Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-15794 (GCVE-0-2019-15794)
Vulnerability from cvelistv5 – Published: 2020-04-23 23:55 – Updated: 2024-09-16 19:52- CWE-672 - Operation on a Resource after Expiration or Release
| URL | Tags |
|---|---|
| https://git.launchpad.net/~ubuntu-kernel/ubuntu/+… | x_refsource_MISC |
| https://git.launchpad.net/~ubuntu-kernel/ubuntu/+… | x_refsource_MISC |
| https://usn.ubuntu.com/usn/usn-4208-1 | x_refsource_MISC |
| https://usn.ubuntu.com/usn/usn-4209-1 | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| Ubuntu | Linux kernel |
Affected:
5.3 kernel , < 5.3.0-24.26
(custom)
Affected: 5.0 kernel , < 5.0.0-37.40 (custom) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T00:56:22.473Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Linux kernel",
"vendor": "Ubuntu",
"versions": [
{
"lessThan": "5.3.0-24.26",
"status": "affected",
"version": "5.3 kernel",
"versionType": "custom"
},
{
"lessThan": "5.0.0-37.40",
"status": "affected",
"version": "5.0 kernel",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Jann Horn of Google Project Zero"
}
],
"datePublic": "2019-11-08T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-672",
"description": "CWE-672 Operation on a Resource after Expiration or Release",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-04-23T23:55:24.000Z",
"orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
"shortName": "canonical"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
],
"source": {
"defect": [
"https://bugs.launchpad.net/bugs/1850994"
],
"discovery": "EXTERNAL"
},
"title": "Reference counting error in overlayfs/shiftfs error path when used in conjuction with aufs",
"x_generator": {
"engine": "Vulnogram 0.0.9"
},
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2019-11-08T00:00:00.000Z",
"ID": "CVE-2019-15794",
"STATE": "PUBLIC",
"TITLE": "Reference counting error in overlayfs/shiftfs error path when used in conjuction with aufs"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Linux kernel",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "5.3 kernel",
"version_value": "5.3.0-24.26"
},
{
"version_affected": "\u003c",
"version_name": "5.0 kernel",
"version_value": "5.0.0-37.40"
}
]
}
}
]
},
"vendor_name": "Ubuntu"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Jann Horn of Google Project Zero"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-672 Operation on a Resource after Expiration or Release"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635",
"refsource": "MISC",
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"name": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3",
"refsource": "MISC",
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"name": "https://usn.ubuntu.com/usn/usn-4208-1",
"refsource": "MISC",
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"name": "https://usn.ubuntu.com/usn/usn-4209-1",
"refsource": "MISC",
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
]
},
"source": {
"defect": [
"https://bugs.launchpad.net/bugs/1850994"
],
"discovery": "EXTERNAL"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
"assignerShortName": "canonical",
"cveId": "CVE-2019-15794",
"datePublished": "2020-04-23T23:55:25.039Z",
"dateReserved": "2019-08-29T00:00:00.000Z",
"dateUpdated": "2024-09-16T19:52:18.313Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-15794",
"date": "2026-05-18",
"epss": "0.00093",
"percentile": "0.25826"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:5.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D4300F13-DCE3-40B5-9310-313405468D2F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:5.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"CF8AA5A5-E882-4063-B2BB-C2268685060E\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"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\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.\"}, {\"lang\": \"es\", \"value\": \"Overlayfs en el kernel de Linux y shiftfs, un parche no upstream para el kernel de Linux incluido en las series de kernel Ubuntu versiones 5.0 y 5.3, ambos reemplazan vma-\u0026gt;vm_file en sus manejadores de mmap. En el error el valor original no se restaura, y se pone la referencia para el archivo al que apunta vm_file. En los n\\u00facleos ascendentes esto no es un problema, ya que ninguna de las llamadas que siguen a vm_file despu\\u00e9s de call_mmap() devuelve un error. Sin embargo, los parches de aufs cambian mmap_region() para reemplazar el fput() usando una variable local con vma_fput(), la cual fput() vm_file, lo que lleva a un subflujo de recuento.\"}]",
"id": "CVE-2019-15794",
"lastModified": "2024-11-21T04:29:28.880",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security@ubuntu.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H\", \"baseScore\": 7.1, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.2}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 6.7, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"HIGH\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 0.8, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:L/AC:L/Au:N/C:C/I:C/A:C\", \"baseScore\": 7.2, \"accessVector\": \"LOCAL\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"COMPLETE\", \"integrityImpact\": \"COMPLETE\", \"availabilityImpact\": \"COMPLETE\"}, \"baseSeverity\": \"HIGH\", \"exploitabilityScore\": 3.9, \"impactScore\": 10.0, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2020-04-24T00:15:11.933",
"references": "[{\"url\": \"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635\", \"source\": \"security@ubuntu.com\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3\", \"source\": \"security@ubuntu.com\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/usn/usn-4208-1\", \"source\": \"security@ubuntu.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/usn/usn-4209-1\", \"source\": \"security@ubuntu.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/usn/usn-4208-1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/usn/usn-4209-1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security@ubuntu.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security@ubuntu.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-672\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-672\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-15794\",\"sourceIdentifier\":\"security@ubuntu.com\",\"published\":\"2020-04-24T00:15:11.933\",\"lastModified\":\"2024-11-21T04:29:28.880\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.\"},{\"lang\":\"es\",\"value\":\"Overlayfs en el kernel de Linux y shiftfs, un parche no upstream para el kernel de Linux incluido en las series de kernel Ubuntu versiones 5.0 y 5.3, ambos reemplazan vma-\u0026gt;vm_file en sus manejadores de mmap. En el error el valor original no se restaura, y se pone la referencia para el archivo al que apunta vm_file. En los n\u00facleos ascendentes esto no es un problema, ya que ninguna de las llamadas que siguen a vm_file despu\u00e9s de call_mmap() devuelve un error. Sin embargo, los parches de aufs cambian mmap_region() para reemplazar el fput() usando una variable local con vma_fput(), la cual fput() vm_file, lo que lleva a un subflujo de recuento.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@ubuntu.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":6.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:C/I:C/A:C\",\"baseScore\":7.2,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":3.9,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security@ubuntu.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-672\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-672\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D4300F13-DCE3-40B5-9310-313405468D2F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CF8AA5A5-E882-4063-B2BB-C2268685060E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"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\"}]}]}],\"references\":[{\"url\":\"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/usn/usn-4208-1\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/usn/usn-4209-1\",\"source\":\"security@ubuntu.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/usn/usn-4208-1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/usn/usn-4209-1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
CERTFR-2026-AVI-0326
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.6.9 | ||
| VMware | N/A | Python Buildpack versions antérieures à 1.8.83 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.1.9 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 2.4.4 | ||
| VMware | N/A | PHP Buildpack versions antérieures à 4.6.69 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.2.5 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.17 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ pour Tanzu Platform versions antérieures à 10.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 2.4.6 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 1.16.18 | ||
| VMware | Tanzu Platform | Tanzu for Valkey sur Tanzu Platform versions antérieures à 10.2.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.6 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.6.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.83",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.69",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.5",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.17",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.18",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for Valkey sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-28422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28422"
},
{
"name": "CVE-2024-36903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36903"
},
{
"name": "CVE-2024-35875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35875"
},
{
"name": "CVE-2022-50759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50759"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-36026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36026"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2023-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3640"
},
{
"name": "CVE-2024-27435",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27435"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-28420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28420"
},
{
"name": "CVE-2022-49069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49069"
},
{
"name": "CVE-2024-57875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57875"
},
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2023-54129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54129"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2025-39992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39992"
},
{
"name": "CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2023-53562",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53562"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2023-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33875"
},
{
"name": "CVE-2024-41001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41001"
},
{
"name": "CVE-2024-42155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42155"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2025-68196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68196"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2023-53247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53247"
},
{
"name": "CVE-2025-38042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38042"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-53829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53829"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-54002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54002"
},
{
"name": "CVE-2022-50550",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50550"
},
{
"name": "CVE-2022-0400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0400"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2025-68342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68342"
},
{
"name": "CVE-2022-48673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48673"
},
{
"name": "CVE-2022-50425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50425"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2024-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39293"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2025-38669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38669"
},
{
"name": "CVE-2025-40137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40137"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2024-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38306"
},
{
"name": "CVE-2023-53733",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53733"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2023-1386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1386"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2023-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53347"
},
{
"name": "CVE-2023-28374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28374"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2024-36921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36921"
},
{
"name": "CVE-2025-40057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40057"
},
{
"name": "CVE-2024-41050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41050"
},
{
"name": "CVE-2026-25500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25500"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-27558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27558"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2024-35998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35998"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-0076",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0076"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2024-58237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58237"
},
{
"name": "CVE-2024-36909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36909"
},
{
"name": "CVE-2024-42147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42147"
},
{
"name": "CVE-2023-53529",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53529"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"name": "CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"name": "CVE-2023-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54280"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2025-52534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52534"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2024-46705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46705"
},
{
"name": "CVE-2022-50407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50407"
},
{
"name": "CVE-2026-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23196"
},
{
"name": "CVE-2024-26595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26595"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2024-45775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45775"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2022-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49901"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-38329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38329"
},
{
"name": "CVE-2021-33096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33096"
},
{
"name": "CVE-2022-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50230"
},
{
"name": "CVE-2024-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35949"
},
{
"name": "CVE-2025-39947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39947"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53588"
},
{
"name": "CVE-2024-41082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41082"
},
{
"name": "CVE-2023-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53685"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2024-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42253"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2021-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33114"
},
{
"name": "CVE-2025-69645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69645"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2024-36900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36900"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2024-26866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26866"
},
{
"name": "CVE-2024-27010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27010"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2023-52561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52561"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-41069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41069"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-47432",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47432"
},
{
"name": "CVE-2026-24734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24734"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2024-35878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35878"
},
{
"name": "CVE-2023-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53362"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2024-26756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26756"
},
{
"name": "CVE-2022-50815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50815"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-38036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38036"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2024-46860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46860"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2025-38340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38340"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2023-7216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7216"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2026-23217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23217"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2025-68246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68246"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2023-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53320"
},
{
"name": "CVE-2024-44961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44961"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2024-46835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46835"
},
{
"name": "CVE-2025-69650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69650"
},
{
"name": "CVE-2022-50554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50554"
},
{
"name": "CVE-2023-53509",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53509"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2024-46775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46775"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2025-38207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38207"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2024-26807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26807"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2022-49742",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49742"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2024-42118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42118"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2024-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52560"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-52653",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52653"
},
{
"name": "CVE-2025-40285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40285"
},
{
"name": "CVE-2023-52508",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52508"
},
{
"name": "CVE-2025-69647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69647"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2022-49108",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49108"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2025-38717",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38717"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40208"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2024-26767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26767"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2026-2219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2219"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2024-35926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35926"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2024-26983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26983"
},
{
"name": "CVE-2022-50627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50627"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38029"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2023-53258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53258"
},
{
"name": "CVE-2024-46813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46813"
},
{
"name": "CVE-2024-38594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38594"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47658"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38096"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2023-53429",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53429"
},
{
"name": "CVE-2024-46765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46765"
},
{
"name": "CVE-2022-50380",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50380"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2022-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48990"
},
{
"name": "CVE-2024-24864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24864"
},
{
"name": "CVE-2024-35832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35832"
},
{
"name": "CVE-2024-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36479"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2024-45782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45782"
},
{
"name": "CVE-2022-50785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50785"
},
{
"name": "CVE-2025-39745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39745"
},
{
"name": "CVE-2024-35799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35799"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2025-71223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71223"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2023-53765",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53765"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40356"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2023-53325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53325"
},
{
"name": "CVE-2025-21752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21752"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-68220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68220"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2025-68302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68302"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2024-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40975"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2023-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46316"
},
{
"name": "CVE-2024-47866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47866"
},
{
"name": "CVE-2024-44970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44970"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2025-40139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40139"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2022-48667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48667"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-49161",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49161"
},
{
"name": "CVE-2021-21240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21240"
},
{
"name": "CVE-2022-48771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48771"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2024-27400",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27400"
},
{
"name": "CVE-2023-52485",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52485"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2022-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49997"
},
{
"name": "CVE-2022-49469",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49469"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2022-0480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0480"
},
{
"name": "CVE-2025-68173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68173"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53209"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-1272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1272"
},
{
"name": "CVE-2025-21658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21658"
},
{
"name": "CVE-2022-49651",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49651"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2024-26770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26770"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2024-27041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27041"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3195"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-26242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26242"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-52673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52673"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2021-33113",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33113"
},
{
"name": "CVE-2022-48668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48668"
},
{
"name": "CVE-2024-27418",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27418"
},
{
"name": "CVE-2025-68231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68231"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2022-50322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50322"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2022-27635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27635"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2020-12317",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12317"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2024-42128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42128"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2021-4095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4095"
},
{
"name": "CVE-2022-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50240"
},
{
"name": "CVE-2025-40054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40054"
},
{
"name": "CVE-2024-45015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45015"
},
{
"name": "CVE-2025-68184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68184"
},
{
"name": "CVE-2024-36357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36357"
},
{
"name": "CVE-2025-71074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71074"
},
{
"name": "CVE-2025-38673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38673"
},
{
"name": "CVE-2025-40107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40107"
},
{
"name": "CVE-2025-11234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11234"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-53447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53447"
},
{
"name": "CVE-2024-46754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46754"
},
{
"name": "CVE-2021-0161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0161"
},
{
"name": "CVE-2018-1121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1121"
},
{
"name": "CVE-2022-49547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49547"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2025-0622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0622"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-26757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26757"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-53248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53248"
},
{
"name": "CVE-2024-56788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56788"
},
{
"name": "CVE-2016-8660",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8660"
},
{
"name": "CVE-2024-26691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26691"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2025-7519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7519"
},
{
"name": "CVE-2023-53491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53491"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2022-50811",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50811"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2023-4133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4133"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2023-53366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53366"
},
{
"name": "CVE-2022-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49910"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2024-40918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40918"
},
{
"name": "CVE-2024-27032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27032"
},
{
"name": "CVE-2022-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50236"
},
{
"name": "CVE-2024-35932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35932"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2024-35971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35971"
},
{
"name": "CVE-2024-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46762"
},
{
"name": "CVE-2023-34983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34983"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2023-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53323"
},
{
"name": "CVE-2026-3731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3731"
},
{
"name": "CVE-2025-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40198"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2025-39942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39942"
},
{
"name": "CVE-2025-68310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68310"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68229"
},
{
"name": "CVE-2023-52857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52857"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-39929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39929"
},
{
"name": "CVE-2022-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50304"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"name": "CVE-2024-43844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43844"
},
{
"name": "CVE-2023-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52920"
},
{
"name": "CVE-2023-52590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52590"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68321"
},
{
"name": "CVE-2021-0072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0072"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2025-69652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69652"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"name": "CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38353"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2019-0154",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0154"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2023-52761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52761"
},
{
"name": "CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"name": "CVE-2023-53609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53609"
},
{
"name": "CVE-2023-53478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53478"
},
{
"name": "CVE-2024-42117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42117"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2023-53682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53682"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-54770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54770"
},
{
"name": "CVE-2026-3442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3442"
},
{
"name": "CVE-2024-58238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58238"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-40237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40237"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2024-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35945"
},
{
"name": "CVE-2025-39990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39990"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-53780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53780"
},
{
"name": "CVE-2020-35501",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35501"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-52624",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52624"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-50700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50700"
},
{
"name": "CVE-2023-52632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52632"
},
{
"name": "CVE-2024-46836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46836"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2024-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38556"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2023-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53198"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2025-40333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40333"
},
{
"name": "CVE-2022-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50234"
},
{
"name": "CVE-2025-38082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38082"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2023-4969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4969"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-35946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35946"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-53789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53789"
},
{
"name": "CVE-2022-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49858"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2024-35803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35803"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2024-8612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8612"
},
{
"name": "CVE-2023-52586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52586"
},
{
"name": "CVE-2025-40332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40332"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2021-33110",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33110"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2019-19378",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19378"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2024-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40972"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2025-71073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71073"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2024-36911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36911"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2024-36917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36917"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2023-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53068"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2021-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31615"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2022-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49932"
},
{
"name": "CVE-2022-25837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25837"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53221"
},
{
"name": "CVE-2024-26719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26719"
},
{
"name": "CVE-2022-44034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44034"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53072"
},
{
"name": "CVE-2023-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2007"
},
{
"name": "CVE-2022-37341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37341"
},
{
"name": "CVE-2025-69648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69648"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2024-46843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46843"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-38709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38709"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-4408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4408"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-53602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53602"
},
{
"name": "CVE-2023-2828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2828"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2023-53867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53867"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2025-38038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38038"
},
{
"name": "CVE-2024-46802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46802"
},
{
"name": "CVE-2025-39859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39859"
},
{
"name": "CVE-2025-40313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40313"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2023-33053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33053"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-38261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38261"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-69644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69644"
},
{
"name": "CVE-2022-49303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49303"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2024-42320",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42320"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-39877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39877"
},
{
"name": "CVE-2022-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3114"
},
{
"name": "CVE-2023-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52916"
},
{
"name": "CVE-2025-38064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38064"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2024-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35937"
},
{
"name": "CVE-2022-50628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50628"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-43824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43824"
},
{
"name": "CVE-2025-39886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39886"
},
{
"name": "CVE-2022-50350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50350"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2022-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50721"
},
{
"name": "CVE-2022-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50095"
},
{
"name": "CVE-2025-40073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40073"
},
{
"name": "CVE-2024-26662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26662"
},
{
"name": "CVE-2026-3196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3196"
},
{
"name": "CVE-2025-61662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61662"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2021-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0168"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"name": "CVE-2022-50583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50583"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2024-38554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38554"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2023-0030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0030"
},
{
"name": "CVE-2024-42110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42110"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2024-53179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53179"
},
{
"name": "CVE-2024-57945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57945"
},
{
"name": "CVE-2023-54233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54233"
},
{
"name": "CVE-2024-43899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43899"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2019-15213",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15213"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2022-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49935"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2024-35956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35956"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2023-54237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54237"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2023-53424",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53424"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2019-19814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19814"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-44962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44962"
},
{
"name": "CVE-2025-68322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68322"
},
{
"name": "CVE-2024-35931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35931"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-39927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39927"
},
{
"name": "CVE-2026-1703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1703"
},
{
"name": "CVE-2023-26551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26551"
},
{
"name": "CVE-2024-46857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46857"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2015-8553",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8553"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2024-36966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36966"
},
{
"name": "CVE-2023-53332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53332"
},
{
"name": "CVE-2024-35924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35924"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2022-49471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49471"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2023-53753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53753"
},
{
"name": "CVE-2024-41074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41074"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2017-13694",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13694"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2013-7445",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7445"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2023-52701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52701"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-26647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26647"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2022-49317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49317"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2018-12928",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12928"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2023-53671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53671"
},
{
"name": "CVE-2025-40354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40354"
},
{
"name": "CVE-2024-26938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26938"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2024-35999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35999"
},
{
"name": "CVE-2023-29942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29942"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2022-48633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48633"
},
{
"name": "CVE-2022-3238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3238"
},
{
"name": "CVE-2024-38557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38557"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2023-53584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53584"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2022-50418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50418"
},
{
"name": "CVE-2023-53438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53438"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-53460",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53460"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2024-56671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56671"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2025-39940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39940"
},
{
"name": "CVE-2023-52751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52751"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2023-53483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53483"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2022-38076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38076"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2024-56368",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56368"
},
{
"name": "CVE-2025-40075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40075"
},
{
"name": "CVE-2022-49172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49172"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-40979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40979"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2022-44033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44033"
},
{
"name": "CVE-2024-56757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56757"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-38069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38069"
},
{
"name": "CVE-2022-49750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49750"
},
{
"name": "CVE-2023-53707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53707"
},
{
"name": "CVE-2023-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53115"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2023-54107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54107"
},
{
"name": "CVE-2022-48646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48646"
},
{
"name": "CVE-2024-43912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43912"
},
{
"name": "CVE-2024-35808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35808"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-61663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61663"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-36948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36948"
},
{
"name": "CVE-2022-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48887"
},
{
"name": "CVE-2024-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40977"
},
{
"name": "CVE-2024-26948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26948"
},
{
"name": "CVE-2023-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53370"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2023-45929",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45929"
},
{
"name": "CVE-2025-68343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68343"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2021-33115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33115"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"name": "CVE-2024-39508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39508"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-32249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32249"
},
{
"name": "CVE-2025-37899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37899"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-40362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40362"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2024-43831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43831"
},
{
"name": "CVE-2023-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30630"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-38330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38330"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2017-13693",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13693"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2025-36423",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36423"
},
{
"name": "CVE-2022-49622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49622"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2022-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50284"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2024-41008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41008"
},
{
"name": "CVE-2024-27035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27035"
},
{
"name": "CVE-2023-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53218"
},
{
"name": "CVE-2022-25836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25836"
},
{
"name": "CVE-2024-37354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37354"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-29934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29934"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2024-36951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36951"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-38438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38438"
},
{
"name": "CVE-2025-40032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40032"
},
{
"name": "CVE-2023-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26555"
},
{
"name": "CVE-2023-1193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1193"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2024-46806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46806"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"name": "CVE-2025-68779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68779"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-48514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48514"
},
{
"name": "CVE-2024-41030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41030"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2024-47664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47664"
},
{
"name": "CVE-2024-36915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36915"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2024-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49504"
},
{
"name": "CVE-2025-38118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53367"
},
{
"name": "CVE-2022-50500",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50500"
},
{
"name": "CVE-2019-14899",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14899"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2025-40206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40206"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2021-0164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0164"
},
{
"name": "CVE-2026-26958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26958"
},
{
"name": "CVE-2024-46870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46870"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2023-53748",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53748"
},
{
"name": "CVE-2024-26740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26740"
},
{
"name": "CVE-2022-49173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49173"
},
{
"name": "CVE-2024-45781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45781"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2022-50551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50551"
},
{
"name": "CVE-2026-26269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26269"
},
{
"name": "CVE-2024-43872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43872"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-69649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69649"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2025-40336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40336"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2022-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49766"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2023-52569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52569"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2022-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49940"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2020-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25743"
},
{
"name": "CVE-2022-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50167"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-27704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27704"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2021-3735",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3735"
},
{
"name": "CVE-2025-40353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40353"
},
{
"name": "CVE-2024-46861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46861"
},
{
"name": "CVE-2025-40222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40222"
},
{
"name": "CVE-2022-50634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50634"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54514"
},
{
"name": "CVE-2025-71202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71202"
},
{
"name": "CVE-2015-7837",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7837"
},
{
"name": "CVE-2025-0677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0677"
},
{
"name": "CVE-2024-45780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45780"
},
{
"name": "CVE-2024-46749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46749"
},
{
"name": "CVE-2022-50492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50492"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-26552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26552"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-59691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59691"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2023-52481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52481"
},
{
"name": "CVE-2023-52888",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52888"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2024-47666",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47666"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2023-0160",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0160"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-1788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1788"
},
{
"name": "CVE-2023-53721",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53721"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2022-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50256"
},
{
"name": "CVE-2024-42091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42091"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-37907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37907"
},
{
"name": "CVE-2024-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38625"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2023-4010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4010"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2024-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46727"
},
{
"name": "CVE-2023-54028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54028"
},
{
"name": "CVE-2024-42129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42129"
},
{
"name": "CVE-2023-54105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54105"
},
{
"name": "CVE-2018-17977",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17977"
},
{
"name": "CVE-2019-1010204",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010204"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"name": "CVE-2022-50354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50354"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-52589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52589"
},
{
"name": "CVE-2022-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41848"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53434"
},
{
"name": "CVE-2023-29935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29935"
},
{
"name": "CVE-2023-35061",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35061"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21636"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2021-0172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0172"
},
{
"name": "CVE-2024-47662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47662"
},
{
"name": "CVE-2018-12930",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12930"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-41067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41067"
},
{
"name": "CVE-2024-26844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26844"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-40193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40193"
},
{
"name": "CVE-2023-32644",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32644"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2024-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46681"
},
{
"name": "CVE-2024-36927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36927"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-40012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40012"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-8354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8354"
},
{
"name": "CVE-2023-54323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54323"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0689"
},
{
"name": "CVE-2022-50316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50316"
},
{
"name": "CVE-2023-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31347"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2023-53657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53657"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2023-52732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52732"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2022-49167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49167"
},
{
"name": "CVE-2025-68311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68311"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2024-41088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41088"
},
{
"name": "CVE-2025-0690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0690"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2023-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53052"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2022-49234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49234"
},
{
"name": "CVE-2022-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50163"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-26699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26699"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2022-50390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50390"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2025-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31648"
},
{
"name": "CVE-2025-0678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0678"
},
{
"name": "CVE-2024-41075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41075"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2025-40195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40195"
},
{
"name": "CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2023-53574",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53574"
},
{
"name": "CVE-2022-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50166"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2024-56738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56738"
},
{
"name": "CVE-2022-50778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50778"
},
{
"name": "CVE-2024-42067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42067"
},
{
"name": "CVE-2022-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49971"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2025-39789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39789"
},
{
"name": "CVE-2022-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49124"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2022-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50195"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2024-40998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40998"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2025-68318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68318"
},
{
"name": "CVE-2022-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49980"
},
{
"name": "CVE-2023-52634",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52634"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2025-62526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62526"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2024-45776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45776"
},
{
"name": "CVE-2022-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50090"
},
{
"name": "CVE-2025-40340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40340"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2020-14356",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14356"
},
{
"name": "CVE-2025-68745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68745"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2023-53764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53764"
},
{
"name": "CVE-2024-53687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53687"
},
{
"name": "CVE-2025-39901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39901"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2024-38628",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38628"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-38672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38672"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-0684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0684"
},
{
"name": "CVE-2025-10158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10158"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40146"
},
{
"name": "CVE-2025-38359",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38359"
},
{
"name": "CVE-2019-20794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20794"
},
{
"name": "CVE-2023-53849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53849"
},
{
"name": "CVE-2022-4543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4543"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2023-53627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53627"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-38091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38091"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2023-53575",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53575"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2022-3523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3523"
},
{
"name": "CVE-2026-26157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26157"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2023-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38417"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2021-45261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45261"
},
{
"name": "CVE-2025-40074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40074"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2023-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53037"
},
{
"name": "CVE-2024-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46842"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2025-13462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13462"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2025-69646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69646"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2020-26142",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26142"
},
{
"name": "CVE-2022-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49955"
},
{
"name": "CVE-2023-53628",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53628"
},
{
"name": "CVE-2025-29943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29943"
},
{
"name": "CVE-2025-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39978"
},
{
"name": "CVE-2023-31346",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31346"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2025-38140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38140"
},
{
"name": "CVE-2022-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50002"
},
{
"name": "CVE-2025-38621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38621"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39908"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2025-34034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34034"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-59692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59692"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2018-12931",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12931"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2022-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50224"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-13791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13791"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2024-49990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49990"
},
{
"name": "CVE-2020-15802",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15802"
},
{
"name": "CVE-2020-24240",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24240"
},
{
"name": "CVE-2024-46718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46718"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2021-0066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0066"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2023-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53376"
},
{
"name": "CVE-2023-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53538"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2022-50357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50357"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2023-52671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52671"
},
{
"name": "CVE-2022-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50303"
},
{
"name": "CVE-2024-35870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35870"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-36013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36013"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40196"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2023-52676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52676"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2017-13165",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13165"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2025-39932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39932"
},
{
"name": "CVE-2024-47683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47683"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-46811",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46811"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2025-40040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40040"
},
{
"name": "CVE-2023-53635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53635"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2022-49531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49531"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2022-49810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49810"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2023-26586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26586"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-44950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44950"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2022-50332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50332"
},
{
"name": "CVE-2023-53822",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53822"
},
{
"name": "CVE-2024-27408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27408"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2022-50461",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50461"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2023-26554",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26554"
},
{
"name": "CVE-2025-38486",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38486"
},
{
"name": "CVE-2021-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26934"
},
{
"name": "CVE-2023-53466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53466"
},
{
"name": "CVE-2025-21629",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21629"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53168"
},
{
"name": "CVE-2022-49528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49528"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-45888",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45888"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2023-52749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52749"
},
{
"name": "CVE-2025-39754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39754"
},
{
"name": "CVE-2025-40286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40286"
},
{
"name": "CVE-2022-49967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49967"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2022-49245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49245"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2022-50871",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50871"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2025-39958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39958"
},
{
"name": "CVE-2018-8956",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8956"
},
{
"name": "CVE-2025-40266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40266"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2022-49420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49420"
},
{
"name": "CVE-2022-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40964"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-3441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3441"
},
{
"name": "CVE-2024-36244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36244"
},
{
"name": "CVE-2023-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53149"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2022-50746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50746"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2022-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49943"
},
{
"name": "CVE-2022-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50260"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2020-12319",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12319"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49568"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2024-36924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36924"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2023-3397",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3397"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2024-26672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26672"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2023-53806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53806"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2021-33139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33139"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2024-46808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46808"
},
{
"name": "CVE-2026-26158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26158"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2025-68288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68288"
},
{
"name": "CVE-2025-38168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38168"
},
{
"name": "CVE-2023-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53547"
},
{
"name": "CVE-2019-20426",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20426"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2022-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50212"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2023-54259",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54259"
},
{
"name": "CVE-2025-68802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68802"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2025-1369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1369"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-68317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68317"
},
{
"name": "CVE-2023-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53231"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2022-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2961"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-33155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33155"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2022-50851",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50851"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"name": "CVE-2025-38674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38674"
},
{
"name": "CVE-2025-40093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40093"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-45777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45777"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2022-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49965"
},
{
"name": "CVE-2025-54771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54771"
},
{
"name": "CVE-2024-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0564"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2025-69651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69651"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-40335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40335"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2024-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58098"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2022-28667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28667"
},
{
"name": "CVE-2023-53383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53383"
},
{
"name": "CVE-2024-46717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46717"
},
{
"name": "CVE-2024-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25743"
},
{
"name": "CVE-2022-50704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50704"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2024-41036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41036"
},
{
"name": "CVE-2023-53751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53751"
},
{
"name": "CVE-2025-0033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0033"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2024-42319",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42319"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-13716",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13716"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2022-40735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
},
{
"name": "CVE-2024-36024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36024"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-54190",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54190"
},
{
"name": "CVE-2023-52879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52879"
},
{
"name": "CVE-2025-68281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68281"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2025-38440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38440"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"name": "CVE-2025-68236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68236"
},
{
"name": "CVE-2024-39286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39286"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-68333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68333"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-52625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52625"
},
{
"name": "CVE-2023-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53353"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2023-53702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53702"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2024-26842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26842"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2023-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54059"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2021-0170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0170"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2024-40966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40966"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2022-50571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50571"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-40180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40180"
},
{
"name": "CVE-2022-49393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49393"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-71204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71204"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2023-32651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32651"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-71115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71115"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2022-50862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50862"
},
{
"name": "CVE-2025-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1118"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2023-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53355"
},
{
"name": "CVE-2022-25265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25265"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2026-23181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23181"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2023-53558",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53558"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-22860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22860"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2025-40247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40247"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-0686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0686"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2025-68781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68781"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2021-0173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0173"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2024-45778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45778"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2024-47661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47661"
},
{
"name": "CVE-2026-28418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28418"
},
{
"name": "CVE-2023-54151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54151"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2024-46803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46803"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2022-36351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36351"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2024-36478",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36478"
},
{
"name": "CVE-2024-43832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43832"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2024-46720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46720"
},
{
"name": "CVE-2024-26658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26658"
},
{
"name": "CVE-2026-2243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2243"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2024-38564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
},
{
"name": "CVE-2021-0174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0174"
},
{
"name": "CVE-2025-8746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8746"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-45779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45779"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2025-40077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40077"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"name": "CVE-2024-46823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46823"
},
{
"name": "CVE-2023-32642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32642"
},
{
"name": "CVE-2025-71227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71227"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2024-46733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46733"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2022-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50015"
},
{
"name": "CVE-2025-40071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40071"
},
{
"name": "CVE-2024-7883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7883"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2022-50772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50772"
},
{
"name": "CVE-2024-56717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56717"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2023-54234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54234"
},
{
"name": "CVE-2022-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45885"
},
{
"name": "CVE-2022-49783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49783"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2025-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47153"
},
{
"name": "CVE-2025-40080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40080"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2022-49539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49539"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2024-26869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2021-20255",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20255"
},
{
"name": "CVE-2022-48979",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48979"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2023-54180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54180"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2024-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46848"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2024-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36009"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2024-36350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36350"
},
{
"name": "CVE-2023-25951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25951"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2023-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53152"
},
{
"name": "CVE-2021-0308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0308"
},
{
"name": "CVE-2025-68315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68315"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2022-1205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1205"
},
{
"name": "CVE-2023-45927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45927"
},
{
"name": "CVE-2020-25742",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25742"
},
{
"name": "CVE-2022-0987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0987"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2025-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40217"
},
{
"name": "CVE-2025-38199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38199"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2022-50720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50720"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2023-50387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50387"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-39961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39961"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2024-26876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26876"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2023-52657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52657"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2024-58089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58089"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2022-49127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49127"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2020-25741",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25741"
},
{
"name": "CVE-2022-50748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50748"
},
{
"name": "CVE-2023-53767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53767"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53180"
},
{
"name": "CVE-2026-28419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28419"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2023-53385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53385"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-46678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46678"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2023-53620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53620"
},
{
"name": "CVE-2022-50539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50539"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2022-49496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49496"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2025-39957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39957"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2023-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53540"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-53261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53261"
},
{
"name": "CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-39931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39931"
},
{
"name": "CVE-2023-54187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54187"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-44032",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44032"
},
{
"name": "CVE-2024-57895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57895"
},
{
"name": "CVE-2023-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53240"
},
{
"name": "CVE-2025-13735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13735"
},
{
"name": "CVE-2023-53694",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53694"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-35794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35794"
},
{
"name": "CVE-2023-52829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52829"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2025-38033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38033"
},
{
"name": "CVE-2024-41023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41023"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-36910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36910"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2024-56737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56737"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2020-11935",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11935"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2025-68309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68309"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2025-40003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40003"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2024-57898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57898"
},
{
"name": "CVE-2020-35503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35503"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-56639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56639"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2021-0183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0183"
},
{
"name": "CVE-2025-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39884"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2024-36914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36914"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2022-49764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49764"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-38092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38092"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2023-26553",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26553"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2024-6519",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6519"
},
{
"name": "CVE-2024-46729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46729"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50266"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2023-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53093"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2022-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50009"
},
{
"name": "CVE-2022-26047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26047"
},
{
"name": "CVE-2024-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53240"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2024-36949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36949"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2024-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2193"
},
{
"name": "CVE-2025-4382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4382"
},
{
"name": "CVE-2022-28693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2023-54242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54242"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2024-41062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41062"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-50518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50518"
},
{
"name": "CVE-2022-49829",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49829"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2016-2568",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2568"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2018-12929",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12929"
},
{
"name": "CVE-2024-26853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26853"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2025-39952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39952"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2024-45783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45783"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-53410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53410"
},
{
"name": "CVE-2023-53254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53254"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47210"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2021-0165",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0165"
},
{
"name": "CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2025-38205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38205"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2024-58241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58241"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2022-49833",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49833"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-68282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68282"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2024-46726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46726"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2025-1125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1125"
},
{
"name": "CVE-2023-53647",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53647"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-0012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0012"
},
{
"name": "CVE-2020-12313",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12313"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2021-0166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0166"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2022-3872",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3872"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68177"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-43866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43866"
},
{
"name": "CVE-2024-37021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37021"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"name": "CVE-2025-68191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68191"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2024-46730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46730"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2024-46728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46728"
},
{
"name": "CVE-2023-53561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53561"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2024-58100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58100"
},
{
"name": "CVE-2020-0256",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0256"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-26954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26954"
},
{
"name": "CVE-2025-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21634"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2025-38047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38047"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2024-41013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41013"
},
{
"name": "CVE-2023-54320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54320"
},
{
"name": "CVE-2024-43911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43911"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2017-0537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-0537"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2025-68219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68219"
},
{
"name": "CVE-2022-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50232"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2023-26112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26112"
},
{
"name": "CVE-2018-6952",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6952"
},
{
"name": "CVE-2020-14304",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14304"
},
{
"name": "CVE-2024-46834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46834"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-40110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40110"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2022-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50016"
},
{
"name": "CVE-2025-29481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29481"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-61661",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61661"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2024-25740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25740"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2021-0176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0176"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2022-48998",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48998"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2024-42273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42273"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2022-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49974"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2019-20633",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20633"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2021-3714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3714"
},
{
"name": "CVE-2023-54071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54071"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-40036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40036"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2025-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39833"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2024-35784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35784"
},
{
"name": "CVE-2024-56591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56591"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2024-57976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57976"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2025-0685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0685"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2022-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50071"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2024-56180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56180"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2025-38643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38643"
},
{
"name": "CVE-2021-3864",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3864"
},
{
"name": "CVE-2025-39771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39771"
},
{
"name": "CVE-2023-52591",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52591"
},
{
"name": "CVE-2024-26648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26648"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2020-24352",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24352"
},
{
"name": "CVE-2024-36000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36000"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2025-38360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38360"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2024-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0217"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2021-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47658"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2019-12067",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12067"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-44963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44963"
},
{
"name": "CVE-2023-53348",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53348"
},
{
"name": "CVE-2022-48766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48766"
},
{
"name": "CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2022-50467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50467"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54047"
},
{
"name": "CVE-2023-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53382"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-39677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39677"
},
{
"name": "CVE-2023-53651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53651"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2022-50383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50383"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-53387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53387"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2024-45774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45774"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-61664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61664"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2022-50863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50863"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2024-35843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35843"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39762"
},
{
"name": "CVE-2024-40999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40999"
},
{
"name": "CVE-2023-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53292"
},
{
"name": "CVE-2023-52576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52576"
},
{
"name": "CVE-2024-27002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2025-21730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21730"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2023-52660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52660"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2023-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53371"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2024-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27025"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2024-27011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27011"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2024-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38543"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2023-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53187"
},
{
"name": "CVE-2025-38689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38689"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2022-48744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48744"
},
{
"name": "CVE-2025-38070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38070"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-62525",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62525"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2021-0175",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0175"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2022-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48706"
},
{
"name": "CVE-2025-40334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40334"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2024-46716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46716"
},
{
"name": "CVE-2012-4542",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-4542"
},
{
"name": "CVE-2021-3773",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3773"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2022-49267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49267"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-38189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38189"
},
{
"name": "CVE-2022-48628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48628"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2021-44534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44534"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2025-68193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68193"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2023-28720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28720"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2024-46833",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46833"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2023-53742",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53742"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38041"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2023-53452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53452"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-6610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6610"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2022-50616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50616"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2023-53544",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53544"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2022-50708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50708"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
},
{
"name": "CVE-2025-9301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9301"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0326",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37233",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37233"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37237",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37237"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37236",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37236"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37246",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37246"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37235",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37235"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37229",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37229"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37226",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37226"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37230",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37230"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37242",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37242"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37228",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37228"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37240",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37240"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37243",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37243"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37234",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37234"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37231",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37231"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37239",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37239"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37227",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37227"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37232",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37232"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37247",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37247"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37241",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37241"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37238",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37238"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37244",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37244"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37245",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37245"
}
]
}
CERTFR-2026-AVI-0316
Vulnerability from certfr_avis - Published: 2026-03-19 - Updated: 2026-03-19
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | N/A | NodeJS Buildpack versions antérieures à 1.8.82 | ||
| VMware | Tanzu Platform | Tanzu for MySQL sur Tanzu Platform versions antérieures à 10.1.1 | ||
| VMware | N/A | Java Buildpack versions antérieures à 4.90.0 | ||
| VMware | N/A | NGINX Buildpack versions antérieures à 1.2.71 | ||
| VMware | N/A | HWC Buildpack versions antérieures à 3.1.91 | ||
| VMware | Tanzu Platform | Foundation Core for VMware Tanzu Platform versions antérieures à 3.1.9 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.82",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.90.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NGINX Buildpack versions ant\u00e9rieures \u00e0 1.2.71",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "HWC Buildpack versions ant\u00e9rieures \u00e0 3.1.91",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core for VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-28422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28422"
},
{
"name": "CVE-2024-36903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36903"
},
{
"name": "CVE-2024-35875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35875"
},
{
"name": "CVE-2022-50759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50759"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-36026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36026"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2023-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3640"
},
{
"name": "CVE-2024-27435",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27435"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-28420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28420"
},
{
"name": "CVE-2022-49069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49069"
},
{
"name": "CVE-2024-57875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57875"
},
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2023-54129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54129"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2025-39992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39992"
},
{
"name": "CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2023-53562",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53562"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2023-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33875"
},
{
"name": "CVE-2024-41001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41001"
},
{
"name": "CVE-2024-42155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42155"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2025-68196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68196"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2023-53247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53247"
},
{
"name": "CVE-2025-38042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38042"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-53829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53829"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2023-54002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54002"
},
{
"name": "CVE-2022-50550",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50550"
},
{
"name": "CVE-2022-0400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0400"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2025-68342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68342"
},
{
"name": "CVE-2022-48673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48673"
},
{
"name": "CVE-2022-50425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50425"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2024-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39293"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2025-38669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38669"
},
{
"name": "CVE-2025-40137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40137"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2024-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38306"
},
{
"name": "CVE-2023-53733",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53733"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2023-1386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1386"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2023-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53347"
},
{
"name": "CVE-2023-28374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28374"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2024-36921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36921"
},
{
"name": "CVE-2025-40057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40057"
},
{
"name": "CVE-2024-41050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41050"
},
{
"name": "CVE-2026-25500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25500"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-27558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27558"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2024-35998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35998"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-0076",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0076"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2024-58237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58237"
},
{
"name": "CVE-2024-36909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36909"
},
{
"name": "CVE-2024-42147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42147"
},
{
"name": "CVE-2023-53529",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53529"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"name": "CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"name": "CVE-2023-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54280"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2025-52534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52534"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2024-46705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46705"
},
{
"name": "CVE-2022-50407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50407"
},
{
"name": "CVE-2026-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23196"
},
{
"name": "CVE-2024-26595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26595"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2024-45775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45775"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2022-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49901"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-38329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38329"
},
{
"name": "CVE-2021-33096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33096"
},
{
"name": "CVE-2022-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50230"
},
{
"name": "CVE-2024-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35949"
},
{
"name": "CVE-2025-39947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39947"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53588"
},
{
"name": "CVE-2024-41082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41082"
},
{
"name": "CVE-2023-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53685"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2024-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42253"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2021-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33114"
},
{
"name": "CVE-2025-69645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69645"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2024-36900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36900"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2024-26866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26866"
},
{
"name": "CVE-2024-27010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27010"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2023-52561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52561"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-41069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41069"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-47432",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47432"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2024-35878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35878"
},
{
"name": "CVE-2023-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53362"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2024-26756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26756"
},
{
"name": "CVE-2022-50815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50815"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-38036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38036"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2024-46860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46860"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2025-38340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38340"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2023-7216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7216"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2026-23217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23217"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2025-68246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68246"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2023-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53320"
},
{
"name": "CVE-2024-44961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44961"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2024-46835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46835"
},
{
"name": "CVE-2025-69650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69650"
},
{
"name": "CVE-2022-50554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50554"
},
{
"name": "CVE-2023-53509",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53509"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2024-46775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46775"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2025-38207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38207"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2024-26807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26807"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2022-49742",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49742"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2024-42118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42118"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2024-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52560"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-52653",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52653"
},
{
"name": "CVE-2025-40285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40285"
},
{
"name": "CVE-2023-52508",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52508"
},
{
"name": "CVE-2025-69647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69647"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2022-49108",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49108"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2025-38717",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38717"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40208"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2024-26767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26767"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2026-2219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2219"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2024-35926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35926"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2024-26983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26983"
},
{
"name": "CVE-2022-50627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50627"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38029"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2023-53258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53258"
},
{
"name": "CVE-2024-46813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46813"
},
{
"name": "CVE-2024-38594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38594"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47658"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38096"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2023-53429",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53429"
},
{
"name": "CVE-2024-46765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46765"
},
{
"name": "CVE-2022-50380",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50380"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2022-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48990"
},
{
"name": "CVE-2024-24864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24864"
},
{
"name": "CVE-2024-35832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35832"
},
{
"name": "CVE-2024-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36479"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2024-45782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45782"
},
{
"name": "CVE-2022-50785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50785"
},
{
"name": "CVE-2025-39745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39745"
},
{
"name": "CVE-2024-35799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35799"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2025-71223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71223"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2023-53765",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53765"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40356"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2023-53325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53325"
},
{
"name": "CVE-2025-21752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21752"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-68220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68220"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2025-68302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68302"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2024-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40975"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2023-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46316"
},
{
"name": "CVE-2024-47866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47866"
},
{
"name": "CVE-2024-44970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44970"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2025-40139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40139"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2022-48667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48667"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-49161",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49161"
},
{
"name": "CVE-2021-21240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21240"
},
{
"name": "CVE-2022-48771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48771"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2024-27400",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27400"
},
{
"name": "CVE-2023-52485",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52485"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2022-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49997"
},
{
"name": "CVE-2022-49469",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49469"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2022-0480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0480"
},
{
"name": "CVE-2025-68173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68173"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53209"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-1272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1272"
},
{
"name": "CVE-2025-21658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21658"
},
{
"name": "CVE-2022-49651",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49651"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2024-26770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26770"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2024-27041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27041"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3195"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-26242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26242"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-52673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52673"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2021-33113",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33113"
},
{
"name": "CVE-2022-48668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48668"
},
{
"name": "CVE-2024-27418",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27418"
},
{
"name": "CVE-2025-68231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68231"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2022-50322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50322"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2022-27635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27635"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2020-12317",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12317"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2024-42128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42128"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2021-4095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4095"
},
{
"name": "CVE-2022-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50240"
},
{
"name": "CVE-2025-40054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40054"
},
{
"name": "CVE-2024-45015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45015"
},
{
"name": "CVE-2025-68184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68184"
},
{
"name": "CVE-2024-36357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36357"
},
{
"name": "CVE-2025-71074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71074"
},
{
"name": "CVE-2025-38673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38673"
},
{
"name": "CVE-2025-40107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40107"
},
{
"name": "CVE-2025-11234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11234"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-53447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53447"
},
{
"name": "CVE-2024-46754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46754"
},
{
"name": "CVE-2021-0161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0161"
},
{
"name": "CVE-2018-1121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1121"
},
{
"name": "CVE-2022-49547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49547"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2025-0622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0622"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-26757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26757"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-53248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53248"
},
{
"name": "CVE-2024-56788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56788"
},
{
"name": "CVE-2016-8660",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8660"
},
{
"name": "CVE-2024-26691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26691"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2025-7519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7519"
},
{
"name": "CVE-2023-53491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53491"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2022-50811",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50811"
},
{
"name": "CVE-2023-4133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4133"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2023-53366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53366"
},
{
"name": "CVE-2022-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49910"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2024-40918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40918"
},
{
"name": "CVE-2024-27032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27032"
},
{
"name": "CVE-2022-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50236"
},
{
"name": "CVE-2024-35932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35932"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2024-35971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35971"
},
{
"name": "CVE-2024-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46762"
},
{
"name": "CVE-2023-34983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34983"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2023-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53323"
},
{
"name": "CVE-2026-3731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3731"
},
{
"name": "CVE-2025-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40198"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2025-39942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39942"
},
{
"name": "CVE-2025-68310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68310"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68229"
},
{
"name": "CVE-2023-52857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52857"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-39929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39929"
},
{
"name": "CVE-2022-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50304"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"name": "CVE-2024-43844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43844"
},
{
"name": "CVE-2023-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52920"
},
{
"name": "CVE-2023-52590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52590"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68321"
},
{
"name": "CVE-2021-0072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0072"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2025-69652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69652"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"name": "CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38353"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2019-0154",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0154"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2023-52761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52761"
},
{
"name": "CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"name": "CVE-2023-53609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53609"
},
{
"name": "CVE-2023-53478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53478"
},
{
"name": "CVE-2024-42117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42117"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2023-53682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53682"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-54770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54770"
},
{
"name": "CVE-2026-3442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3442"
},
{
"name": "CVE-2024-58238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58238"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-40237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40237"
},
{
"name": "CVE-2025-47908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47908"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2024-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35945"
},
{
"name": "CVE-2025-39990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39990"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-53780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53780"
},
{
"name": "CVE-2020-35501",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35501"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-52624",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52624"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-50700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50700"
},
{
"name": "CVE-2023-52632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52632"
},
{
"name": "CVE-2024-46836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46836"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2024-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38556"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2023-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53198"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2025-40333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40333"
},
{
"name": "CVE-2022-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50234"
},
{
"name": "CVE-2025-38082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38082"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2023-4969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4969"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-35946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35946"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-53789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53789"
},
{
"name": "CVE-2022-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49858"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2024-35803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35803"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2024-8612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8612"
},
{
"name": "CVE-2023-52586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52586"
},
{
"name": "CVE-2025-40332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40332"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2021-33110",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33110"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2019-19378",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19378"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2024-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40972"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2025-71073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71073"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2024-36911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36911"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2024-36917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36917"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2023-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53068"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2021-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31615"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2022-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49932"
},
{
"name": "CVE-2022-25837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25837"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53221"
},
{
"name": "CVE-2024-26719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26719"
},
{
"name": "CVE-2022-44034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44034"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53072"
},
{
"name": "CVE-2023-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2007"
},
{
"name": "CVE-2022-37341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37341"
},
{
"name": "CVE-2025-69648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69648"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2024-46843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46843"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-38709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38709"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-4408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4408"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2023-53602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53602"
},
{
"name": "CVE-2023-2828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2828"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2023-53867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53867"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2025-38038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38038"
},
{
"name": "CVE-2024-46802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46802"
},
{
"name": "CVE-2025-39859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39859"
},
{
"name": "CVE-2025-40313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40313"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2023-33053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33053"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-38261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38261"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-69644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69644"
},
{
"name": "CVE-2022-49303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49303"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2024-42320",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42320"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-39877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39877"
},
{
"name": "CVE-2022-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3114"
},
{
"name": "CVE-2023-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52916"
},
{
"name": "CVE-2025-38064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38064"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2024-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35937"
},
{
"name": "CVE-2022-50628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50628"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-43824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43824"
},
{
"name": "CVE-2025-39886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39886"
},
{
"name": "CVE-2022-50350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50350"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2022-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50721"
},
{
"name": "CVE-2022-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50095"
},
{
"name": "CVE-2025-40073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40073"
},
{
"name": "CVE-2024-26662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26662"
},
{
"name": "CVE-2026-3196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3196"
},
{
"name": "CVE-2025-61662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61662"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2021-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0168"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"name": "CVE-2022-50583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50583"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2024-38554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38554"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2023-0030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0030"
},
{
"name": "CVE-2024-42110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42110"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2024-53179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53179"
},
{
"name": "CVE-2024-57945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57945"
},
{
"name": "CVE-2023-54233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54233"
},
{
"name": "CVE-2024-43899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43899"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2019-15213",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15213"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2022-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49935"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2024-35956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35956"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2023-54237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54237"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2023-53424",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53424"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2019-19814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19814"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-44962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44962"
},
{
"name": "CVE-2025-68322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68322"
},
{
"name": "CVE-2024-35931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35931"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-39927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39927"
},
{
"name": "CVE-2023-26551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26551"
},
{
"name": "CVE-2024-46857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46857"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2015-8553",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8553"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2024-36966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36966"
},
{
"name": "CVE-2023-53332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53332"
},
{
"name": "CVE-2024-35924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35924"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2022-49471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49471"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2023-53753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53753"
},
{
"name": "CVE-2024-41074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41074"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2017-13694",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13694"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2013-7445",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7445"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2023-52701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52701"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-26647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26647"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2022-49317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49317"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2018-12928",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12928"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2023-53671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53671"
},
{
"name": "CVE-2025-40354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40354"
},
{
"name": "CVE-2024-26938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26938"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2024-35999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35999"
},
{
"name": "CVE-2023-29942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29942"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2022-48633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48633"
},
{
"name": "CVE-2022-3238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3238"
},
{
"name": "CVE-2024-38557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38557"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2023-53584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53584"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2022-50418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50418"
},
{
"name": "CVE-2023-53438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53438"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-53460",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53460"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2024-56671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56671"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2025-39940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39940"
},
{
"name": "CVE-2023-52751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52751"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2023-53483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53483"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2022-38076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38076"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2024-56368",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56368"
},
{
"name": "CVE-2025-40075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40075"
},
{
"name": "CVE-2022-49172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49172"
},
{
"name": "CVE-2024-40979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40979"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2022-44033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44033"
},
{
"name": "CVE-2024-56757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56757"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-38069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38069"
},
{
"name": "CVE-2022-49750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49750"
},
{
"name": "CVE-2023-53707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53707"
},
{
"name": "CVE-2023-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53115"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2023-54107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54107"
},
{
"name": "CVE-2022-48646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48646"
},
{
"name": "CVE-2024-43912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43912"
},
{
"name": "CVE-2024-35808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35808"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-61663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61663"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-36948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36948"
},
{
"name": "CVE-2022-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48887"
},
{
"name": "CVE-2024-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40977"
},
{
"name": "CVE-2024-26948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26948"
},
{
"name": "CVE-2023-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53370"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2023-45929",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45929"
},
{
"name": "CVE-2025-68343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68343"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2021-33115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33115"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"name": "CVE-2024-39508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39508"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-32249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32249"
},
{
"name": "CVE-2025-37899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37899"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-40362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40362"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2024-43831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43831"
},
{
"name": "CVE-2023-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30630"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-38330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38330"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2017-13693",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13693"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2025-36423",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36423"
},
{
"name": "CVE-2022-49622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49622"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2022-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50284"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2024-41008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41008"
},
{
"name": "CVE-2024-27035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27035"
},
{
"name": "CVE-2023-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53218"
},
{
"name": "CVE-2022-25836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25836"
},
{
"name": "CVE-2024-37354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37354"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-29934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29934"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2024-36951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36951"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-38438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38438"
},
{
"name": "CVE-2025-40032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40032"
},
{
"name": "CVE-2023-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26555"
},
{
"name": "CVE-2023-1193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1193"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2024-46806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46806"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"name": "CVE-2025-68779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68779"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-48514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48514"
},
{
"name": "CVE-2024-41030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41030"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2024-47664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47664"
},
{
"name": "CVE-2024-36915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36915"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2024-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49504"
},
{
"name": "CVE-2025-38118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53367"
},
{
"name": "CVE-2022-50500",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50500"
},
{
"name": "CVE-2019-14899",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14899"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2025-40206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40206"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2021-0164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0164"
},
{
"name": "CVE-2024-46870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46870"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2023-53748",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53748"
},
{
"name": "CVE-2024-26740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26740"
},
{
"name": "CVE-2022-49173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49173"
},
{
"name": "CVE-2024-45781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45781"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2022-50551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50551"
},
{
"name": "CVE-2026-26269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26269"
},
{
"name": "CVE-2024-43872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43872"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-69649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69649"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2025-40336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40336"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2022-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49766"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2023-52569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52569"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2022-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49940"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2020-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25743"
},
{
"name": "CVE-2022-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50167"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-27704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27704"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2021-3735",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3735"
},
{
"name": "CVE-2025-40353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40353"
},
{
"name": "CVE-2024-46861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46861"
},
{
"name": "CVE-2025-40222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40222"
},
{
"name": "CVE-2022-50634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50634"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54514"
},
{
"name": "CVE-2025-71202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71202"
},
{
"name": "CVE-2015-7837",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7837"
},
{
"name": "CVE-2025-0677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0677"
},
{
"name": "CVE-2024-45780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45780"
},
{
"name": "CVE-2024-46749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46749"
},
{
"name": "CVE-2022-50492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50492"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-26552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26552"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-59691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59691"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2023-52481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52481"
},
{
"name": "CVE-2023-52888",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52888"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2024-47666",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47666"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2023-0160",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0160"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-1788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1788"
},
{
"name": "CVE-2023-53721",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53721"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2022-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50256"
},
{
"name": "CVE-2024-42091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42091"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-37907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37907"
},
{
"name": "CVE-2024-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38625"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2023-4010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4010"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2024-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46727"
},
{
"name": "CVE-2023-54028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54028"
},
{
"name": "CVE-2024-42129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42129"
},
{
"name": "CVE-2023-54105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54105"
},
{
"name": "CVE-2018-17977",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17977"
},
{
"name": "CVE-2019-1010204",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010204"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"name": "CVE-2022-50354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50354"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-52589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52589"
},
{
"name": "CVE-2022-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41848"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53434"
},
{
"name": "CVE-2023-29935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29935"
},
{
"name": "CVE-2023-35061",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35061"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21636"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2021-0172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0172"
},
{
"name": "CVE-2024-47662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47662"
},
{
"name": "CVE-2018-12930",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12930"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-41067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41067"
},
{
"name": "CVE-2024-26844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26844"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-40193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40193"
},
{
"name": "CVE-2023-32644",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32644"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2024-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46681"
},
{
"name": "CVE-2024-36927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36927"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-40012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40012"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-8354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8354"
},
{
"name": "CVE-2023-54323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54323"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0689"
},
{
"name": "CVE-2022-50316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50316"
},
{
"name": "CVE-2023-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31347"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2023-53657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53657"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2023-52732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52732"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2022-49167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49167"
},
{
"name": "CVE-2025-68311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68311"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2024-41088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41088"
},
{
"name": "CVE-2025-0690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0690"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2023-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53052"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2022-49234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49234"
},
{
"name": "CVE-2022-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50163"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-26699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26699"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2022-50390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50390"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2025-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31648"
},
{
"name": "CVE-2026-1229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1229"
},
{
"name": "CVE-2025-0678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0678"
},
{
"name": "CVE-2024-41075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41075"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2025-40195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40195"
},
{
"name": "CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2023-53574",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53574"
},
{
"name": "CVE-2022-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50166"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2024-56738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56738"
},
{
"name": "CVE-2022-50778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50778"
},
{
"name": "CVE-2024-42067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42067"
},
{
"name": "CVE-2022-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49971"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2025-39789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39789"
},
{
"name": "CVE-2022-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49124"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2022-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50195"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2024-40998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40998"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2025-68318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68318"
},
{
"name": "CVE-2022-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49980"
},
{
"name": "CVE-2023-52634",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52634"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2025-62526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62526"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-45776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45776"
},
{
"name": "CVE-2022-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50090"
},
{
"name": "CVE-2025-40340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40340"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2020-14356",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14356"
},
{
"name": "CVE-2025-68745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68745"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2023-53764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53764"
},
{
"name": "CVE-2024-53687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53687"
},
{
"name": "CVE-2025-39901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39901"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2024-38628",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38628"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-38672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38672"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-0684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0684"
},
{
"name": "CVE-2025-10158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10158"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40146"
},
{
"name": "CVE-2025-38359",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38359"
},
{
"name": "CVE-2019-20794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20794"
},
{
"name": "CVE-2023-53849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53849"
},
{
"name": "CVE-2022-4543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4543"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2023-53627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53627"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-38091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38091"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2023-53575",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53575"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2022-3523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3523"
},
{
"name": "CVE-2026-26157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26157"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2023-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38417"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2021-45261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45261"
},
{
"name": "CVE-2025-40074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40074"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2023-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53037"
},
{
"name": "CVE-2024-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46842"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2025-13462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13462"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2025-69646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69646"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2020-26142",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26142"
},
{
"name": "CVE-2022-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49955"
},
{
"name": "CVE-2023-53628",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53628"
},
{
"name": "CVE-2025-29943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29943"
},
{
"name": "CVE-2025-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39978"
},
{
"name": "CVE-2023-31346",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31346"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2025-38140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38140"
},
{
"name": "CVE-2022-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50002"
},
{
"name": "CVE-2025-38621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38621"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39908"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2025-34034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34034"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-59692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59692"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2018-12931",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12931"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2022-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50224"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-13791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13791"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2024-49990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49990"
},
{
"name": "CVE-2020-15802",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15802"
},
{
"name": "CVE-2020-24240",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24240"
},
{
"name": "CVE-2024-46718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46718"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2021-0066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0066"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2023-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53376"
},
{
"name": "CVE-2023-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53538"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2022-50357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50357"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2023-52671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52671"
},
{
"name": "CVE-2022-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50303"
},
{
"name": "CVE-2024-35870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35870"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-36013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36013"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40196"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2023-52676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52676"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2017-13165",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13165"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2025-39932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39932"
},
{
"name": "CVE-2024-47683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47683"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-46811",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46811"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2025-40040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40040"
},
{
"name": "CVE-2023-53635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53635"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2022-49531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49531"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2022-49810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49810"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2023-26586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26586"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-44950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44950"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2022-50332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50332"
},
{
"name": "CVE-2023-53822",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53822"
},
{
"name": "CVE-2024-27408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27408"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2022-50461",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50461"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2023-26554",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26554"
},
{
"name": "CVE-2025-38486",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38486"
},
{
"name": "CVE-2021-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26934"
},
{
"name": "CVE-2023-53466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53466"
},
{
"name": "CVE-2025-21629",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21629"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53168"
},
{
"name": "CVE-2022-49528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49528"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-45888",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45888"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2023-52749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52749"
},
{
"name": "CVE-2025-39754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39754"
},
{
"name": "CVE-2025-40286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40286"
},
{
"name": "CVE-2022-49967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49967"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2022-49245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49245"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2022-50871",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50871"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2025-39958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39958"
},
{
"name": "CVE-2018-8956",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8956"
},
{
"name": "CVE-2025-40266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40266"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2022-49420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49420"
},
{
"name": "CVE-2022-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40964"
},
{
"name": "CVE-2026-3441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3441"
},
{
"name": "CVE-2024-36244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36244"
},
{
"name": "CVE-2023-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53149"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2022-50746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50746"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2022-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49943"
},
{
"name": "CVE-2022-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50260"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2020-12319",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12319"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49568"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2024-36924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36924"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2023-3397",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3397"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2024-26672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26672"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2023-53806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53806"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2021-33139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33139"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2024-46808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46808"
},
{
"name": "CVE-2026-26158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26158"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2025-68288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68288"
},
{
"name": "CVE-2025-38168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38168"
},
{
"name": "CVE-2023-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53547"
},
{
"name": "CVE-2019-20426",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20426"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2022-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50212"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2023-54259",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54259"
},
{
"name": "CVE-2025-68802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68802"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2025-1369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1369"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-68317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68317"
},
{
"name": "CVE-2023-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53231"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2022-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2961"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-33155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33155"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2022-50851",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50851"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"name": "CVE-2025-38674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38674"
},
{
"name": "CVE-2025-40093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40093"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-45777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45777"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2022-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49965"
},
{
"name": "CVE-2025-54771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54771"
},
{
"name": "CVE-2024-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0564"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2025-69651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69651"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-40335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40335"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2024-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58098"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2022-28667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28667"
},
{
"name": "CVE-2023-53383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53383"
},
{
"name": "CVE-2024-46717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46717"
},
{
"name": "CVE-2024-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25743"
},
{
"name": "CVE-2022-50704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50704"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2024-41036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41036"
},
{
"name": "CVE-2023-53751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53751"
},
{
"name": "CVE-2025-0033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0033"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2024-42319",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42319"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-13716",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13716"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2022-40735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
},
{
"name": "CVE-2024-36024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36024"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-54190",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54190"
},
{
"name": "CVE-2023-52879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52879"
},
{
"name": "CVE-2025-68281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68281"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2025-38440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38440"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"name": "CVE-2025-68236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68236"
},
{
"name": "CVE-2024-39286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39286"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-68333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68333"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-52625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52625"
},
{
"name": "CVE-2023-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53353"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2023-53702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53702"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2024-26842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26842"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2023-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54059"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2021-0170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0170"
},
{
"name": "CVE-2024-40966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40966"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2022-50571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50571"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-40180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40180"
},
{
"name": "CVE-2022-49393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49393"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-71204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71204"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2023-32651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32651"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-71115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71115"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2022-50862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50862"
},
{
"name": "CVE-2025-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1118"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2023-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53355"
},
{
"name": "CVE-2022-25265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25265"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2026-23181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23181"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2023-53558",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53558"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-22860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22860"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2025-40247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40247"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-0686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0686"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2025-68781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68781"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2021-0173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0173"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2024-45778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45778"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2024-47661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47661"
},
{
"name": "CVE-2026-28418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28418"
},
{
"name": "CVE-2023-54151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54151"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2024-46803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46803"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2022-36351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36351"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2024-36478",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36478"
},
{
"name": "CVE-2024-43832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43832"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2024-46720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46720"
},
{
"name": "CVE-2024-26658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26658"
},
{
"name": "CVE-2026-2243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2243"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2024-38564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
},
{
"name": "CVE-2021-0174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0174"
},
{
"name": "CVE-2025-8746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8746"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-45779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45779"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2025-40077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40077"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"name": "CVE-2024-46823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46823"
},
{
"name": "CVE-2023-32642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32642"
},
{
"name": "CVE-2025-71227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71227"
},
{
"name": "CVE-2024-46733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46733"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2022-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50015"
},
{
"name": "CVE-2025-40071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40071"
},
{
"name": "CVE-2024-7883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7883"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2022-50772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50772"
},
{
"name": "CVE-2024-56717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56717"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2023-54234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54234"
},
{
"name": "CVE-2022-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45885"
},
{
"name": "CVE-2022-49783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49783"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2025-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47153"
},
{
"name": "CVE-2025-40080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40080"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2022-49539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49539"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2024-26869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2021-20255",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20255"
},
{
"name": "CVE-2022-48979",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48979"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2023-54180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54180"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2024-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46848"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2024-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36009"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2024-36350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36350"
},
{
"name": "CVE-2023-25951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25951"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2023-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53152"
},
{
"name": "CVE-2021-0308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0308"
},
{
"name": "CVE-2025-68315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68315"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2022-1205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1205"
},
{
"name": "CVE-2023-45927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45927"
},
{
"name": "CVE-2020-25742",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25742"
},
{
"name": "CVE-2022-0987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0987"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2025-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40217"
},
{
"name": "CVE-2025-38199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38199"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2022-50720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50720"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2023-50387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50387"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-39961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39961"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2024-26876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26876"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2023-52657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52657"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2024-58089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58089"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2022-49127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49127"
},
{
"name": "CVE-2020-25741",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25741"
},
{
"name": "CVE-2022-50748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50748"
},
{
"name": "CVE-2023-53767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53767"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53180"
},
{
"name": "CVE-2026-28419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28419"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2023-53385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53385"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-46678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46678"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2023-53620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53620"
},
{
"name": "CVE-2022-50539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50539"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2022-49496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49496"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2025-39957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39957"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2023-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53540"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-53261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53261"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2025-39931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39931"
},
{
"name": "CVE-2023-54187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54187"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-44032",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44032"
},
{
"name": "CVE-2024-57895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57895"
},
{
"name": "CVE-2023-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53240"
},
{
"name": "CVE-2025-13735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13735"
},
{
"name": "CVE-2023-53694",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53694"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-35794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35794"
},
{
"name": "CVE-2023-52829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52829"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2025-38033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38033"
},
{
"name": "CVE-2024-41023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41023"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-36910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36910"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2024-56737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56737"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2020-11935",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11935"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2025-68309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68309"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2025-40003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40003"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2024-57898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57898"
},
{
"name": "CVE-2020-35503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35503"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-56639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56639"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2021-0183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0183"
},
{
"name": "CVE-2025-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39884"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2024-36914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36914"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2022-49764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49764"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-38092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38092"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2023-26553",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26553"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2024-6519",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6519"
},
{
"name": "CVE-2024-46729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46729"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50266"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2023-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53093"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2022-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50009"
},
{
"name": "CVE-2022-26047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26047"
},
{
"name": "CVE-2024-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53240"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2024-36949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36949"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2024-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2193"
},
{
"name": "CVE-2025-4382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4382"
},
{
"name": "CVE-2022-28693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2023-54242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54242"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2024-41062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41062"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-50518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50518"
},
{
"name": "CVE-2022-49829",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49829"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2016-2568",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2568"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2018-12929",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12929"
},
{
"name": "CVE-2024-26853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26853"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2025-39952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39952"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2024-45783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45783"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-53410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53410"
},
{
"name": "CVE-2023-53254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53254"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47210"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2021-0165",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0165"
},
{
"name": "CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2025-38205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38205"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2024-58241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58241"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2022-49833",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49833"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-68282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68282"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2024-46726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46726"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2025-1125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1125"
},
{
"name": "CVE-2023-53647",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53647"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-0012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0012"
},
{
"name": "CVE-2020-12313",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12313"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2021-0166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0166"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2022-3872",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3872"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68177"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-43866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43866"
},
{
"name": "CVE-2024-37021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37021"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2025-68191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68191"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2024-46730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46730"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2024-46728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46728"
},
{
"name": "CVE-2023-53561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53561"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2024-58100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58100"
},
{
"name": "CVE-2020-0256",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0256"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-26954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26954"
},
{
"name": "CVE-2025-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21634"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2025-38047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38047"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2024-41013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41013"
},
{
"name": "CVE-2023-54320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54320"
},
{
"name": "CVE-2024-43911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43911"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2017-0537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-0537"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2025-68219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68219"
},
{
"name": "CVE-2022-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50232"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2023-26112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26112"
},
{
"name": "CVE-2018-6952",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6952"
},
{
"name": "CVE-2020-14304",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14304"
},
{
"name": "CVE-2024-46834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46834"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-40110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40110"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2022-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50016"
},
{
"name": "CVE-2025-29481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29481"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-61661",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61661"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2024-25740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25740"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2021-0176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0176"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2022-48998",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48998"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2024-42273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42273"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2022-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49974"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2019-20633",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20633"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2021-3714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3714"
},
{
"name": "CVE-2023-54071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54071"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2025-40036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40036"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2025-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39833"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2024-35784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35784"
},
{
"name": "CVE-2024-56591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56591"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2024-57976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57976"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2025-0685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0685"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2022-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50071"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2024-56180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56180"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2025-38643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38643"
},
{
"name": "CVE-2021-3864",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3864"
},
{
"name": "CVE-2025-39771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39771"
},
{
"name": "CVE-2023-52591",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52591"
},
{
"name": "CVE-2024-26648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26648"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2020-24352",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24352"
},
{
"name": "CVE-2024-36000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36000"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2025-38360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38360"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2024-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0217"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2021-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47658"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2019-12067",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12067"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-44963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44963"
},
{
"name": "CVE-2023-53348",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53348"
},
{
"name": "CVE-2022-48766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48766"
},
{
"name": "CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2022-50467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50467"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54047"
},
{
"name": "CVE-2023-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53382"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-39677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39677"
},
{
"name": "CVE-2023-53651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53651"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2022-50383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50383"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-53387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53387"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2024-45774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45774"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-61664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61664"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2022-50863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50863"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2024-35843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35843"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39762"
},
{
"name": "CVE-2024-40999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40999"
},
{
"name": "CVE-2023-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53292"
},
{
"name": "CVE-2023-52576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52576"
},
{
"name": "CVE-2024-27002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2025-21730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21730"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2023-52660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52660"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2023-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53371"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2024-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27025"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2024-27011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27011"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2024-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38543"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2023-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53187"
},
{
"name": "CVE-2025-38689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38689"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2022-48744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48744"
},
{
"name": "CVE-2025-38070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38070"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-62525",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62525"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2021-0175",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0175"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2022-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48706"
},
{
"name": "CVE-2025-40334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40334"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2024-46716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46716"
},
{
"name": "CVE-2012-4542",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-4542"
},
{
"name": "CVE-2021-3773",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3773"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2022-49267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49267"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-38189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38189"
},
{
"name": "CVE-2022-48628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48628"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2021-44534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44534"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2025-68193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68193"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2023-28720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28720"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2024-46833",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46833"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2023-53742",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53742"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38041"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2023-53452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53452"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-6610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6610"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2022-50616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50616"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2023-53544",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53544"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2022-50708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50708"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
},
{
"name": "CVE-2025-9301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9301"
}
],
"initial_release_date": "2026-03-19T00:00:00",
"last_revision_date": "2026-03-19T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0316",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37219",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37219"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37211",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37211"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37215",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37215"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37218",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37218"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37220",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37220"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37216",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37216"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37221",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37221"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37213",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37213"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37217",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37217"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37212",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37212"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37214",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37214"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37222",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37222"
}
]
}
CNVD-2019-45005
Vulnerability from cnvd - Published: 2019-12-12目前厂商暂未发布修复措施解决此安全问题,建议使用此软件的用户随时关注厂商主页或参考网址以获取解决办法: http://aufs.sourceforge.net/
| Name | ['Ubuntu Ubuntu 19.10', 'Ubuntu Ubuntu 18.04 LTS'] |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2019-15794"
}
},
"description": "Ubuntu\u662f\u82f1\u56fd\u79d1\u80fd\uff08Canonical\uff09\u516c\u53f8\u548cUbuntu\u516c\u53f8\u7684\u4e00\u5957\u4ee5\u684c\u9762\u5e94\u7528\u4e3a\u4e3b\u7684GNU/Linux\u64cd\u4f5c\u7cfb\u7edf\u3002\n\nUbuntu\u4e2d\u7684\u0027ubuntu-aufs-modified mmap_region\u0027\u51fd\u6570\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\u3002\u8fdc\u7a0b\u653b\u51fb\u8005\u53ef\u901a\u8fc7\u53d1\u9001\u7279\u5236\u7684\u8bf7\u6c42\u5229\u7528\u8be5\u6f0f\u6d1e\u9020\u6210\u62d2\u7edd\u670d\u52a1\u3002",
"formalWay": "\u76ee\u524d\u5382\u5546\u6682\u672a\u53d1\u5e03\u4fee\u590d\u63aa\u65bd\u89e3\u51b3\u6b64\u5b89\u5168\u95ee\u9898\uff0c\u5efa\u8bae\u4f7f\u7528\u6b64\u8f6f\u4ef6\u7684\u7528\u6237\u968f\u65f6\u5173\u6ce8\u5382\u5546\u4e3b\u9875\u6216\u53c2\u8003\u7f51\u5740\u4ee5\u83b7\u53d6\u89e3\u51b3\u529e\u6cd5\uff1a\r\nhttp://aufs.sourceforge.net/",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2019-45005",
"openTime": "2019-12-12",
"products": {
"product": [
"Ubuntu Ubuntu 19.10",
"Ubuntu Ubuntu 18.04 LTS"
]
},
"referenceLink": "https://www.exploit-db.com/exploits/47692",
"serverity": "\u4e2d",
"submitTime": "2019-11-21",
"title": "Ubuntu \u0027ubuntu-aufs-modified mmap_region\u0027\u51fd\u6570\u62d2\u7edd\u670d\u52a1\u6f0f\u6d1e"
}
RHSA-2021:4356
Vulnerability from csaf_redhat - Published: 2021-11-09 18:06 - Updated: 2026-04-14 10:31An information disclosure flaw was found in the Linux kernel. The i915 graphics driver lacks control of flow for data structures which may allow a local, authenticated user to disclose information when using ioctl commands with an attached i915 device. The highest threat from this vulnerability is to data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. In Overlayfs, vma->vm_file was replaced in the mmap handlers and, on errors, the original value is not restored. A local attacker with special user privilege (or root) can cause a kernel internal information leak. 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux pinctrl system. It is possible to trigger an of bounds read due to a use after free. This could lead to local information disclosure with no additional execution privileges needed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
Improper input validation in some Intel(R) Ethernet E810 Adapter drivers for Linux may allow an authenticated user to potentially enable a denial of service via local access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
Insufficient access control in some Intel(R) Ethernet E810 Adapter drivers for Linux may allow an authenticated user to potentially enable information disclosure via local access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
An uncontrolled resource consumption in some Intel(R) Ethernet E810 Adapter drivers for Linux may allow an authenticated user to potentially cause a denial of service via local access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernels implementation of wifi fragmentation handling. An attacker with the ability to transmit within the wireless transmission range of an access point can abuse a flaw where previous contents of wifi fragments can be unintentionally transmitted to another device.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's WiFi implementation. An attacker within the wireless range can abuse a logic flaw in the WiFi implementation by reassembling packets from multiple fragments under different keys, treating them as valid. This flaw allows an attacker to send a fragment under an incorrect key, treating them as a valid fragment under the new key. The highest threat from this vulnerability is to confidentiality.
CWE-345 - Insufficient Verification of Data Authenticity| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernels wifi implementation. An attacker within wireless broadcast range can inject custom data into the wireless communication circumventing checks on the data. This can cause the frame to pass checks and be considered a valid frame of a different type.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
Frames used for authentication and key management between the AP and connected clients. Some clients may take these redirected frames masquerading as control mechanisms from the AP.
CWE-829 - Inclusion of Functionality from Untrusted Control Sphere| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Linux kernel. Where the WiFi implementations accept plaintext frames in a protected WiFi network. An adversary can abuse this to inject arbitrary data frames independent of the network configuration.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Linux kernel's WiFi implementation. An attacker within wireless range can inject a control packet fragment where the kernel does not verify the Message Integrity Check (authenticity) of fragmented TKIP frames.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Linux kernel, where the WiFi implementations assemble fragments even though some of them were sent in plaintext. This vulnerability can be abused to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel, where the WiFi implementations accept plaintext A-MSDU frames as long as the first 8 bytes correspond to a valid RFC1042 (ex., LLC/SNAP) header for EAPOL. The highest threat from this vulnerability is to integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in ath10k_htt_rx_proc_rx_frag_ind_hl in drivers/net/wireless/ath/ath10k/htt_rx.c in the Linux kernel WiFi implementations, where it accepts a second (or subsequent) broadcast fragments even when sent in plaintext and then process them as full unfragmented frames. The highest threat from this vulnerability is to integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Linux kernel, where the WiFi implementation reassemble fragments with non-consecutive packet numbers. An adversary can abuse this to exfiltrate selected fragments. This vulnerability is exploitable when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used. Note that WEP is vulnerable to this attack by design.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in ieee80211_rx_h_defragment in net/mac80211/rx.c in the Linux Kernel's WiFi implementation. This vulnerability can be abused to inject packets or exfiltrate selected fragments when another device sends fragmented frames, and the WEP, CCMP, or GCMP data-confidentiality protocol is used. The highest threat from this vulnerability is to integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the way RTAS handled memory accesses in userspace to kernel communication. On a locked down (usually due to Secure Boot) guest system running on top of PowerVM or KVM hypervisors (pseries platform) a root like local user could use this flaw to further increase their privileges to that of a running kernel.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
An issue was discovered in __split_huge_pmd in mm/huge_memory.c in the Linux kernel. The copy-on-write implementation can grant unintended write access because of a race condition in a THP mapcount check.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A locking inconsistency issue was discovered in the tty subsystem of the Linux kernel. A local user could use this flaw to read numerical value from memory after free.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. The marvell wifi driver could allow a local attacker to execute arbitrary code via a long SSID value in mwifiex_cmd_802_11_ad_hoc_start function. 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the KVM hypervisor of the Linux kernel. A memory leak could occur in kvm_io_bus_unregister_dev() upon a kmalloc failure. The highest threat from this vulnerability is to system availability.
CWE-772 - Missing Release of Resource after Effective Lifetime| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw out of bounds memory access in the Linux kernel bluetooth subsystem was found in the way when some data being read about the bluetooth device with the hci_extended_inquiry_result_evt call. A local user could use this flaw to crash the system or read some data out of memory bounds that can lead to data confidentiality threat.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. Improper access control in BlueZ may allow an authenticated user to potentially enable information disclosure via adjacent access. The highest threat from this vulnerability is to data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use after free flaw in the Linux kernel network block device (NBD) subsystem was found in the way user calls an ioctl NBD_SET_SOCK at a certain point during device setup.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
An out-of-bounds access flaw was found in the Linux kernel's implementation of the eBPF code verifier in the way a user running the eBPF script uses mod32 destination register truncation when the source register was known to be 0. This flaw allows a local user to crash the system or possibly escalate their privileges. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw out of bound memory write in the Linux kernel BPF subsystem was found in the way user writes to BPF ring buffer too fast, so larger buffer than available memory could be allocated. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw double-free memory corruption in the Linux kernel HCI device initialization subsystem was found in the way user attach malicious HCI TTY Bluetooth device. A local user could use this flaw to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw use-after-free in function hci_sock_bound_ioctl() of the Linux kernel HCI subsystem was found in the way user calls ioct HCIUNBLOCKADDR or other way triggers race condition of the call hci_unregister_dev() together with one of the calls hci_sock_blacklist_add(), hci_sock_blacklist_del(), hci_get_conn_info(), hci_get_auth_info(). A privileged local user could use this flaw to crash the system or escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s eBPF verification code, where the eBPF 32-bit div/mod source register truncation could lead to out-of-bounds reads and writes. By default, accessing the eBPF verifier is only possible to privileged users with CAP_SYS_ADMIN. This flaw allows a local user who can run eBPF instructions to crash the system or possibly escalate their privileges on the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel netfilter implementation. A user with root (CAP_SYS_ADMIN) access is able to panic the system when issuing netfilter netflow commands
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference flaw was found in the Linux kernel’s IEEE 802.15.4 wireless networking subsystem in the way the user closes the LR-WPAN connection. This flaw allows a local user to crash the system. The highest threat from this vulnerability is to system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A lack of CPU resources in the Linux kernel tracing module functionality was found in the way users use the trace ring buffer in specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s OverlayFS subsystem in the way the user mounts the TmpFS filesystem with OverlayFS. This flaw allows a local user to gain access to hidden files that should not be accessible.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity tests to TCP_QUEUE_SEQ Qingyu Li reported a syzkaller bug where the repro changes RCV SEQ _after_ restoring data in the receive queue. mprotect(0x4aa000, 12288, PROT_READ) = 0 mmap(0x1ffff000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1ffff000 mmap(0x20000000, 16777216, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20000000 mmap(0x21000000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x21000000 socket(AF_INET6, SOCK_STREAM, IPPROTO_IP) = 3 setsockopt(3, SOL_TCP, TCP_REPAIR, [1], 4) = 0 connect(3, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, 28) = 0 setsockopt(3, SOL_TCP, TCP_REPAIR_QUEUE, [1], 4) = 0 sendmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="0x0000000000000003\0\0", iov_len=20}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 20 setsockopt(3, SOL_TCP, TCP_REPAIR, [0], 4) = 0 setsockopt(3, SOL_TCP, TCP_QUEUE_SEQ, [128], 4) = 0 recvfrom(3, NULL, 20, 0, NULL, NULL) = -1 ECONNRESET (Connection reset by peer) syslog shows: [ 111.205099] TCP recvmsg seq # bug 2: copied 80, seq 0, rcvnxt 80, fl 0 [ 111.207894] WARNING: CPU: 1 PID: 356 at net/ipv4/tcp.c:2343 tcp_recvmsg_locked+0x90e/0x29a0 This should not be allowed. TCP_QUEUE_SEQ should only be used when queues are empty. This patch fixes this case, and the tx path as well.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw buffer overflow in the Linux kernel BPF subsystem was found in the way user running BPF script calling getsockopt. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the BPF protocol. This flaw allows an attacker with a local account to leak information about kernel internal addresses. The highest threat from this vulnerability is to confidentiality.
CWE-822 - Untrusted Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in the Linux kernel's SCTP socket functionality that triggers a race condition. This flaw allows a local user to escalate their privileges on the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial of service in the kernel side of the FUSE functionality can allow a local system to create a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. On some Haswell CPUs, userspace applications (such as perf-fuzzer) can cause a system crash because the PEBS status in a PEBS record is mishandled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was discovered in retrieve_ptr_limit in kernel/bpf/verifier.c in the Linux kernel mechanism to mitigate speculatively out-of-bounds loads (Spectre mitigation). In this flaw a local, special user privileged (CAP_SYS_ADMIN) BPF program running on affected systems may bypass the protection, and execute speculatively out-of-bounds loads from the kernel memory. This can be abused to extract contents of kernel memory via side-channel.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw buffer overflow in the Linux kernel TIPC protocol functionality was found in the way user uses protocol with encryption enabled. A local user could use this flaw to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
A denial-of-service (DoS) flaw was identified in the Linux kernel due to an incorrect memory barrier in xt_replace_table in net/netfilter/x_tables.c in the netfilter subsystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. A KVM guest on AMD can launch a nested guest without the Intercept VMRUN control bit by exploiting a TOCTOU vulnerability in nested_svm_vmrun. A malicious guest could use this flaw to gain unrestricted access to host MSRs, possibly leading to guest-to-host escape scenario.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
An out-of-bounds access flaw was found in the Linux kernel’s implementation of the eBPF code verifier, where an incorrect register bounds calculation while checking unsigned 32-bit instructions in an eBPF program occurs.. By default accessing the eBPF verifier is only accessible to privileged users with CAP_SYS_ADMIN. The issue results from the lack of proper validation of user-supplied eBPF programs prior to executing them. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's eBPF verification code. By default, accessing the eBPF verifier is only accessible to privileged users with CAP_SYS_ADMIN. This flaw allows a local user who can insert eBPF instructions, to use the eBPF verifier to abuse a spectre-like flaw and infer all system memory. The highest threat from this vulnerability is to confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel. A bound check failure allows an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash, a leak of internal kernel information, or a privilege escalation problem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw use-after-free in the Linux kernel CIPSO network packet labeling protocol functionality was found in the way user open local network connection with the usage of the security labeling that is IP option number 134. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. This flaw allows an attacker who can modify the MTU of a virtualized PCIe device (in a guest, for example) to crash the host system’s kernel if they set the MTU of the VF device to an unsupported value.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in kernel/bpf/verifier.c in BPF in the Linux kernel. An incorrect limit is enforced for pointer arithmetic operations which can be abused to perform out-of-bounds reads and writes in kernel memory, leading to local privilege escalation. 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the Linux kernel. This flaw occurs due to an unconditional NULL-pointer dereference on every disconnect in the Linux kernel.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in an error-handling function in the Linux kernel's NVMe driver. This flaw allows an attacker with control over NVMe links to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: mm: memcontrol: slab: fix obtain a reference to a freeing memcg Patch series "Use obj_cgroup APIs to charge kmem pages", v5. Since Roman's series "The new cgroup slab memory controller" applied. All slab objects are charged with the new APIs of obj_cgroup. The new APIs introduce a struct obj_cgroup to charge slab objects. It prevents long-living objects from pinning the original memory cgroup in the memory. But there are still some corner objects (e.g. allocations larger than order-1 page on SLUB) which are not charged with the new APIs. Those objects (include the pages which are allocated from buddy allocator directly) are charged as kmem pages which still hold a reference to the memory cgroup. E.g. We know that the kernel stack is charged as kmem pages because the size of the kernel stack can be greater than 2 pages (e.g. 16KB on x86_64 or arm64). If we create a thread (suppose the thread stack is charged to memory cgroup A) and then move it from memory cgroup A to memory cgroup B. Because the kernel stack of the thread hold a reference to the memory cgroup A. The thread can pin the memory cgroup A in the memory even if we remove the cgroup A. If we want to see this scenario by using the following script. We can see that the system has added 500 dying cgroups (This is not a real world issue, just a script to show that the large kmallocs are charged as kmem pages which can pin the memory cgroup in the memory). #!/bin/bash cat /proc/cgroups | grep memory cd /sys/fs/cgroup/memory echo 1 > memory.move_charge_at_immigrate for i in range{1..500} do mkdir kmem_test echo $$ > kmem_test/cgroup.procs sleep 3600 & echo $$ > cgroup.procs echo `cat kmem_test/cgroup.procs` > cgroup.procs rmdir kmem_test done cat /proc/cgroups | grep memory This patchset aims to make those kmem pages to drop the reference to memory cgroup by using the APIs of obj_cgroup. Finally, we can see that the number of the dying cgroups will not increase if we run the above test script. This patch (of 7): The rcu_read_lock/unlock only can guarantee that the memcg will not be freed, but it cannot guarantee the success of css_get (which is in the refill_stock when cached memcg changed) to memcg. rcu_read_lock() memcg = obj_cgroup_memcg(old) __memcg_kmem_uncharge(memcg) refill_stock(memcg) if (stock->cached != memcg) // css_get can change the ref counter from 0 back to 1. css_get(&memcg->css) rcu_read_unlock() This fix is very like the commit: eefbfa7fd678 ("mm: memcg/slab: fix use after free in obj_cgroup_charge") Fix this by holding a reference to the memcg which is passed to the __memcg_kmem_uncharge() before calling __memcg_kmem_uncharge().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prevent divide-by-zero error triggered by the user The user_entry_size is supplied by the user and later used as a denominator to calculate number of entries. The zero supplied by the user will trigger the following divide-by-zero error: divide error: 0000 [#1] SMP KASAN PTI CPU: 4 PID: 497 Comm: c_repro Not tainted 5.13.0-rc1+ #281 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014 RIP: 0010:ib_uverbs_handler_UVERBS_METHOD_QUERY_GID_TABLE+0x1b1/0x510 Code: 87 59 03 00 00 e8 9f ab 1e ff 48 8d bd a8 00 00 00 e8 d3 70 41 ff 44 0f b7 b5 a8 00 00 00 e8 86 ab 1e ff 31 d2 4c 89 f0 31 ff <49> f7 f5 48 89 d6 48 89 54 24 10 48 89 04 24 e8 1b ad 1e ff 48 8b RSP: 0018:ffff88810416f828 EFLAGS: 00010246 RAX: 0000000000000008 RBX: 1ffff1102082df09 RCX: ffffffff82183f3d RDX: 0000000000000000 RSI: ffff888105f2da00 RDI: 0000000000000000 RBP: ffff88810416fa98 R08: 0000000000000001 R09: ffffed102082df5f R10: ffff88810416faf7 R11: ffffed102082df5e R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000008 R15: ffff88810416faf0 FS: 00007f5715efa740(0000) GS:ffff88811a700000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000020000840 CR3: 000000010c2e0001 CR4: 0000000000370ea0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: ? ib_uverbs_handler_UVERBS_METHOD_INFO_HANDLES+0x4b0/0x4b0 ib_uverbs_cmd_verbs+0x1546/0x1940 ib_uverbs_ioctl+0x186/0x240 __x64_sys_ioctl+0x38a/0x1220 do_syscall_64+0x3f/0x80 entry_SYSCALL_64_after_hwframe+0x44/0xae
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel’s sysfs layer. This flaw allows a local user who can read files under the /sysfs mount point to corrupt memory or possibly crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the netlink driver in the Linux kernel. A memory leak can occur when allocated memory is not released in certain error cases, potentially impacting system performance and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the tap module in the Linux kernel. A NULL pointer dereference can be triggered due to a missing initialization, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
An uninitialized memory access flaw was found in the Linux kernel's QRTR (Qualcomm IPC Router) protocol in the transmit resume handling. When processing RESUME_TX messages, if the packet size is smaller than the expected control structure, the qrtr_tx_resume function reads uninitialized memory from the skb buffer. This can lead to unpredictable behavior, kernel warnings from KMSAN (Kernel Memory Sanitizer), and potential crashes, causing denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
A missing bounds check flaw was found in the Linux kernel's Modem Host Interface bus driver in the channel doorbell offset validation logic. A local user can trigger this issue on systems with MHI devices (typically Qualcomm modems or wireless cards) by using a device that provides malformed or malicious channel configuration data during initialization, causing an out-of-bounds array access. This leads to kernel memory corruption resulting in a panic or denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
|
An assertion failure was found in the Linux kernel's Yamaha YMF sound card driver during buffer validation. The probe function includes a BUG_ON assertion that compares DMA buffer sizes without accounting for alignment, causing the assertion to fail when the aligned buffer size doesn't exactly match the requested size. This triggers a kernel warning and can lead to driver initialization failure and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2021:4356 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1509204 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1793880 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1816493 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1894101 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1900844 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1903244 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1906522 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1912683 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1913348 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1915825 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1919893 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1921958 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1923636 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1930376 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1930379 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1930381 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1933527 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1939341 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1941762 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1941784 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1945345 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1945388 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1946965 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1948772 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1951595 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1953847 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1954588 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1957788 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959559 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959642 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959654 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959657 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959663 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960490 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960492 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960496 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960498 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960500 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960502 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960504 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960708 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1964028 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1964139 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1965038 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1965360 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1965458 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1966578 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1969489 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1971101 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1972278 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1974627 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1975182 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1975949 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1976679 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1976699 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1976946 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1976969 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1977162 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1977422 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1977537 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1977850 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1978369 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1979070 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1979680 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1981954 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1986138 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1989165 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1989999 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1991976 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1992700 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1995249 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1996854 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2019-14615 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1789209 | external |
| https://www.cve.org/CVERecord?id=CVE-2019-14615 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2019-14615 | external |
| https://access.redhat.com/security/cve/CVE-2019-15794 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1831055 | external |
| https://www.cve.org/CVERecord?id=CVE-2019-15794 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2019-15794 | external |
| https://access.redhat.com/security/cve/CVE-2020-0427 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1919893 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-0427 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-0427 | external |
| https://access.redhat.com/security/cve/CVE-2020-24502 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1930379 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-24502 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-24502 | external |
| https://access.redhat.com/security/cve/CVE-2020-24503 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1930381 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-24503 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-24503 | external |
| https://access.redhat.com/security/cve/CVE-2020-24504 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1930376 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-24504 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-24504 | external |
| https://www.intel.com/content/www/us/en/security-… | external |
| https://access.redhat.com/security/cve/CVE-2020-24586 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959642 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-24586 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-24586 | external |
| https://lore.kernel.org/linux-wireless/2021051120… | external |
| https://access.redhat.com/security/cve/CVE-2020-24587 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959654 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-24587 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-24587 | external |
| https://access.redhat.com/security/cve/CVE-2020-24588 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959657 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-24588 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-24588 | external |
| https://lore.kernel.org/linux-wireless/2021051120… | external |
| https://access.redhat.com/security/cve/CVE-2020-26139 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959663 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26139 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26139 | external |
| https://lore.kernel.org/linux-wireless/2021051120… | external |
| https://access.redhat.com/security/cve/CVE-2020-26140 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960490 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26140 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26140 | external |
| https://access.redhat.com/security/cve/CVE-2020-26141 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960492 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26141 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26141 | external |
| https://lore.kernel.org/linux-wireless/2021051120… | external |
| https://access.redhat.com/security/cve/CVE-2020-26143 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960496 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26143 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26143 | external |
| https://access.redhat.com/security/cve/CVE-2020-26144 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960498 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26144 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26144 | external |
| https://access.redhat.com/security/cve/CVE-2020-26145 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960500 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26145 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26145 | external |
| https://lore.kernel.org/linux-wireless/2021051120… | external |
| https://access.redhat.com/security/cve/CVE-2020-26146 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960502 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26146 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26146 | external |
| https://access.redhat.com/security/cve/CVE-2020-26147 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1960504 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-26147 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-26147 | external |
| https://lore.kernel.org/linux-wireless/2021051120… | external |
| https://access.redhat.com/security/cve/CVE-2020-27777 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1900844 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-27777 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-27777 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/p… | external |
| https://www.openwall.com/lists/oss-security/2020/… | external |
| https://www.openwall.com/lists/oss-security/2020/… | external |
| https://access.redhat.com/security/cve/CVE-2020-29368 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1903244 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-29368 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-29368 | external |
| https://access.redhat.com/security/cve/CVE-2020-29660 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1906522 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-29660 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-29660 | external |
| https://access.redhat.com/security/cve/CVE-2020-36158 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1913348 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-36158 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-36158 | external |
| https://access.redhat.com/security/cve/CVE-2020-36312 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1947991 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-36312 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-36312 | external |
| https://access.redhat.com/security/cve/CVE-2020-36386 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1969489 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-36386 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-36386 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-0129 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1965038 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-0129 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-0129 | external |
| https://access.redhat.com/security/cve/CVE-2021-3348 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1921958 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3348 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3348 | external |
| https://lore.kernel.org/linux-block/24dff677353e2… | external |
| https://access.redhat.com/security/cve/CVE-2021-3444 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1942667 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3444 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3444 | external |
| https://access.redhat.com/security/cve/CVE-2021-3489 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1959559 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3489 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3489 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/b… | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-3564 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1964139 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3564 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3564 | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-3573 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1966578 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3573 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3573 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/b… | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-3600 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1981954 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3600 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3600 | external |
| https://lore.kernel.org/patchwork/patch/1379497/ | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-3635 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1976946 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3635 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3635 | external |
| https://access.redhat.com/security/cve/CVE-2021-3659 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1975949 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3659 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3659 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-3679 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1989165 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3679 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3679 | external |
| https://lore.kernel.org/lkml/20210723125527.767d1… | external |
| https://access.redhat.com/security/cve/CVE-2021-3732 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1995249 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3732 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3732 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-4442 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2308455 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-4442 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-4442 | external |
| https://lore.kernel.org/linux-cve-announce/202408… | external |
| https://access.redhat.com/security/cve/CVE-2021-20194 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1912683 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-20194 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-20194 | external |
| https://access.redhat.com/security/cve/CVE-2021-20239 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1923636 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-20239 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-20239 | external |
| https://access.redhat.com/security/cve/CVE-2021-23133 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1948772 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-23133 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-23133 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-28950 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1941762 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-28950 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-28950 | external |
| https://access.redhat.com/security/cve/CVE-2021-28971 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1941784 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-28971 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-28971 | external |
| https://access.redhat.com/security/cve/CVE-2021-29155 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1951595 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-29155 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-29155 | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-29646 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1945345 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-29646 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-29646 | external |
| https://access.redhat.com/security/cve/CVE-2021-29650 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1945388 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-29650 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-29650 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-29657 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1995153 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-29657 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-29657 | external |
| https://bugs.chromium.org/p/project-zero/issues/d… | external |
| https://access.redhat.com/security/cve/CVE-2021-31440 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1964028 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-31440 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-31440 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://www.zerodayinitiative.com/blog/2021/5/26/… | external |
| https://access.redhat.com/security/cve/CVE-2021-31829 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1957788 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-31829 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-31829 | external |
| https://access.redhat.com/security/cve/CVE-2021-31916 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1946965 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-31916 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-31916 | external |
| https://github.com/torvalds/linux/commit/4edbe1d7… | external |
| https://seclists.org/oss-sec/2021/q1/268 | external |
| https://access.redhat.com/security/cve/CVE-2021-33033 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1961300 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-33033 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-33033 | external |
| https://access.redhat.com/security/cve/CVE-2021-33098 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2068236 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-33098 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-33098 | external |
| https://access.redhat.com/security/cve/CVE-2021-33200 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1965458 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-33200 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-33200 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/b… | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/b… | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/b… | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-46905 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2266253 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-46905 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-46905 | external |
| https://lore.kernel.org/linux-cve-announce/202402… | external |
| https://access.redhat.com/security/cve/CVE-2021-46983 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2266906 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-46983 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-46983 | external |
| https://lore.kernel.org/linux-cve-announce/202402… | external |
| https://access.redhat.com/security/cve/CVE-2021-47011 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2266847 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47011 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47011 | external |
| https://lore.kernel.org/linux-cve-announce/202402… | external |
| https://access.redhat.com/security/cve/CVE-2021-47080 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2267533 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47080 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47080 | external |
| https://lore.kernel.org/linux-cve-announce/202403… | external |
| https://access.redhat.com/security/cve/CVE-2022-20166 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2122089 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-20166 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-20166 | external |
| https://access.redhat.com/security/cve/CVE-2022-50042 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373691 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50042 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50042 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50073 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373494 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50073 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50073 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2023-53578 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2401492 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-53578 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-53578 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
| https://access.redhat.com/security/cve/CVE-2023-53598 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2401500 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-53598 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-53598 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
| https://access.redhat.com/security/cve/CVE-2023-53607 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2401517 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-53607 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-53607 | external |
| https://lore.kernel.org/linux-cve-announce/202510… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n* kernel: out-of-bounds reads in pinctrl subsystem (CVE-2020-0427)\n* kernel: Improper input validation in some Intel(R) Ethernet E810 Adapter drivers (CVE-2020-24502)\n* kernel: Insufficient access control in some Intel(R) Ethernet E810 Adapter drivers (CVE-2020-24503)\n* kernel: Uncontrolled resource consumption in some Intel(R) Ethernet E810 Adapter drivers (CVE-2020-24504)\n* kernel: Fragmentation cache not cleared on reconnection (CVE-2020-24586)\n* kernel: Reassembling fragments encrypted under different keys (CVE-2020-24587)\n* kernel: wifi frame payload being parsed incorrectly as an L2 frame (CVE-2020-24588)\n* kernel: Forwarding EAPOL from unauthenticated wifi client (CVE-2020-26139)\n* kernel: accepting plaintext data frames in protected networks (CVE-2020-26140)\n* kernel: not verifying TKIP MIC of fragmented frames (CVE-2020-26141)\n* kernel: accepting fragmented plaintext frames in protected networks (CVE-2020-26143)\n* kernel: accepting unencrypted A-MSDU frames that start with RFC1042 header (CVE-2020-26144)\n* kernel: accepting plaintext broadcast fragments as full frames (CVE-2020-26145)\n* kernel: powerpc: RTAS calls can be used to compromise kernel integrity (CVE-2020-27777)\n* kernel: locking inconsistency in tty_io.c and tty_jobctrl.c can lead to a read-after-free (CVE-2020-29660)\n* kernel: buffer overflow in mwifiex_cmd_802_11_ad_hoc_start function via a long SSID value (CVE-2020-36158)\n* kernel: slab out-of-bounds read in hci_extended_inquiry_result_evt() (CVE-2020-36386)\n* kernel: Improper access control in BlueZ may allow information disclosure vulnerability. (CVE-2021-0129)\n* kernel: Use-after-free in ndb_queue_rq() in drivers/block/nbd.c (CVE-2021-3348)\n* kernel: Linux kernel eBPF RINGBUF map oversized allocation (CVE-2021-3489)\n* kernel: double free in bluetooth subsystem when the HCI device initialization fails (CVE-2021-3564)\n* kernel: use-after-free in function hci_sock_bound_ioctl() (CVE-2021-3573)\n* kernel: eBPF 32-bit source register truncation on div/mod (CVE-2021-3600)\n* kernel: DoS in rb_per_cpu_empty() (CVE-2021-3679)\n* kernel: Mounting overlayfs inside an unprivileged user namespace can reveal files (CVE-2021-3732)\n* kernel: heap overflow in __cgroup_bpf_run_filter_getsockopt() (CVE-2021-20194)\n* kernel: Race condition in sctp_destroy_sock list_del (CVE-2021-23133)\n* kernel: fuse: stall on CPU can occur because a retry loop continually finds the same bad inode (CVE-2021-28950)\n* kernel: System crash in intel_pmu_drain_pebs_nhm in arch/x86/events/intel/ds.c (CVE-2021-28971)\n* kernel: protection can be bypassed to leak content of kernel memory (CVE-2021-29155)\n* kernel: improper input validation in tipc_nl_retrieve_key function in net/tipc/node.c (CVE-2021-29646)\n* kernel: lack a full memory barrier may lead to DoS (CVE-2021-29650)\n* kernel: local escalation of privileges in handling of eBPF programs (CVE-2021-31440)\n* kernel: protection of stack pointer against speculative pointer arithmetic can be bypassed to leak content of kernel memory (CVE-2021-31829)\n* kernel: out-of-bounds reads and writes due to enforcing incorrect limits for pointer arithmetic operations by BPF verifier (CVE-2021-33200)\n* kernel: reassembling encrypted fragments with non-consecutive packet numbers (CVE-2020-26146)\n* kernel: reassembling mixed encrypted/plaintext fragments (CVE-2020-26147)\n* kernel: the copy-on-write implementation can grant unintended write access because of a race condition in a THP mapcount check (CVE-2020-29368)\n* kernel: flowtable list del corruption with kernel BUG at lib/list_debug.c:50 (CVE-2021-3635)\n* kernel: NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (CVE-2021-3659)\n* kernel: setsockopt System Call Untrusted Pointer Dereference Information Disclosure (CVE-2021-20239)\n* kernel: out of bounds array access in drivers/md/dm-ioctl.c (CVE-2021-31916)",
"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-2021:4356",
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1509204",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1509204"
},
{
"category": "external",
"summary": "1793880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1793880"
},
{
"category": "external",
"summary": "1816493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1816493"
},
{
"category": "external",
"summary": "1894101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1894101"
},
{
"category": "external",
"summary": "1900844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1900844"
},
{
"category": "external",
"summary": "1903244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903244"
},
{
"category": "external",
"summary": "1906522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1906522"
},
{
"category": "external",
"summary": "1912683",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1912683"
},
{
"category": "external",
"summary": "1913348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913348"
},
{
"category": "external",
"summary": "1915825",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1915825"
},
{
"category": "external",
"summary": "1919893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1919893"
},
{
"category": "external",
"summary": "1921958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921958"
},
{
"category": "external",
"summary": "1923636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1923636"
},
{
"category": "external",
"summary": "1930376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1930376"
},
{
"category": "external",
"summary": "1930379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1930379"
},
{
"category": "external",
"summary": "1930381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1930381"
},
{
"category": "external",
"summary": "1933527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1933527"
},
{
"category": "external",
"summary": "1939341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1939341"
},
{
"category": "external",
"summary": "1941762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941762"
},
{
"category": "external",
"summary": "1941784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941784"
},
{
"category": "external",
"summary": "1945345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945345"
},
{
"category": "external",
"summary": "1945388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945388"
},
{
"category": "external",
"summary": "1946965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1946965"
},
{
"category": "external",
"summary": "1948772",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1948772"
},
{
"category": "external",
"summary": "1951595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1951595"
},
{
"category": "external",
"summary": "1953847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1953847"
},
{
"category": "external",
"summary": "1954588",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1954588"
},
{
"category": "external",
"summary": "1957788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957788"
},
{
"category": "external",
"summary": "1959559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959559"
},
{
"category": "external",
"summary": "1959642",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959642"
},
{
"category": "external",
"summary": "1959654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959654"
},
{
"category": "external",
"summary": "1959657",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959657"
},
{
"category": "external",
"summary": "1959663",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959663"
},
{
"category": "external",
"summary": "1960490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960490"
},
{
"category": "external",
"summary": "1960492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960492"
},
{
"category": "external",
"summary": "1960496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960496"
},
{
"category": "external",
"summary": "1960498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960498"
},
{
"category": "external",
"summary": "1960500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960500"
},
{
"category": "external",
"summary": "1960502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960502"
},
{
"category": "external",
"summary": "1960504",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960504"
},
{
"category": "external",
"summary": "1960708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960708"
},
{
"category": "external",
"summary": "1964028",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1964028"
},
{
"category": "external",
"summary": "1964139",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1964139"
},
{
"category": "external",
"summary": "1965038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965038"
},
{
"category": "external",
"summary": "1965360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965360"
},
{
"category": "external",
"summary": "1965458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965458"
},
{
"category": "external",
"summary": "1966578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1966578"
},
{
"category": "external",
"summary": "1969489",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969489"
},
{
"category": "external",
"summary": "1971101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1971101"
},
{
"category": "external",
"summary": "1972278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1972278"
},
{
"category": "external",
"summary": "1974627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1974627"
},
{
"category": "external",
"summary": "1975182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1975182"
},
{
"category": "external",
"summary": "1975949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1975949"
},
{
"category": "external",
"summary": "1976679",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1976679"
},
{
"category": "external",
"summary": "1976699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1976699"
},
{
"category": "external",
"summary": "1976946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1976946"
},
{
"category": "external",
"summary": "1976969",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1976969"
},
{
"category": "external",
"summary": "1977162",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1977162"
},
{
"category": "external",
"summary": "1977422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1977422"
},
{
"category": "external",
"summary": "1977537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1977537"
},
{
"category": "external",
"summary": "1977850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1977850"
},
{
"category": "external",
"summary": "1978369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1978369"
},
{
"category": "external",
"summary": "1979070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1979070"
},
{
"category": "external",
"summary": "1979680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1979680"
},
{
"category": "external",
"summary": "1981954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1981954"
},
{
"category": "external",
"summary": "1986138",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1986138"
},
{
"category": "external",
"summary": "1989165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989165"
},
{
"category": "external",
"summary": "1989999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989999"
},
{
"category": "external",
"summary": "1991976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991976"
},
{
"category": "external",
"summary": "1992700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1992700"
},
{
"category": "external",
"summary": "1995249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995249"
},
{
"category": "external",
"summary": "1996854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1996854"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4356.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-04-14T10:31:15+00:00",
"generator": {
"date": "2026-04-14T10:31:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2021:4356",
"initial_release_date": "2021-11-09T18:06:54+00:00",
"revision_history": [
{
"date": "2021-11-09T18:06:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T18:06:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T10:31:15+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product": {
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-348.el8.aarch64",
"product": {
"name": "bpftool-0:4.18.0-348.el8.aarch64",
"product_id": "bpftool-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-core-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debug-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-devel-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-modules-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-tools-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-348.el8.aarch64",
"product": {
"name": "perf-0:4.18.0-348.el8.aarch64",
"product_id": "perf-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-348.el8.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-348.el8.aarch64",
"product_id": "python3-perf-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-348.el8.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-348.el8.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-348.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-348.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-348.el8.ppc64le",
"product_id": "bpftool-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-core-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debug-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-devel-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-modules-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-tools-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "perf-0:4.18.0-348.el8.ppc64le",
"product_id": "perf-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-348.el8.ppc64le",
"product_id": "python3-perf-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-348.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-348.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-348.el8.x86_64",
"product": {
"name": "bpftool-0:4.18.0-348.el8.x86_64",
"product_id": "bpftool-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-core-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debug-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-devel-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-modules-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-tools-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-348.el8.x86_64",
"product": {
"name": "perf-0:4.18.0-348.el8.x86_64",
"product_id": "perf-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-348.el8.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-348.el8.x86_64",
"product_id": "python3-perf-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-348.el8.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-348.el8.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-348.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-348.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-348.el8.s390x",
"product": {
"name": "bpftool-0:4.18.0-348.el8.s390x",
"product_id": "bpftool-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-0:4.18.0-348.el8.s390x",
"product_id": "kernel-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-core-0:4.18.0-348.el8.s390x",
"product_id": "kernel-core-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debug-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debug-core-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-348.el8.s390x",
"product_id": "kernel-devel-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-348.el8.s390x",
"product_id": "kernel-modules-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-348.el8.s390x",
"product_id": "kernel-tools-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-348.el8.s390x",
"product": {
"name": "perf-0:4.18.0-348.el8.s390x",
"product_id": "perf-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-348.el8.s390x",
"product": {
"name": "python3-perf-0:4.18.0-348.el8.s390x",
"product_id": "python3-perf-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "perf-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-348.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-348.el8.src",
"product": {
"name": "kernel-0:4.18.0-348.el8.src",
"product_id": "kernel-0:4.18.0-348.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-348.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-348.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-348.el8.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-348.el8.noarch",
"product_id": "kernel-doc-0:4.18.0-348.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-348.el8?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-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64"
},
"product_reference": "bpftool-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x"
},
"product_reference": "bpftool-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64"
},
"product_reference": "bpftool-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src"
},
"product_reference": "kernel-0:4.18.0-348.el8.src",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-348.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-348.el8.noarch",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64"
},
"product_reference": "perf-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "perf-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x"
},
"product_reference": "perf-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64"
},
"product_reference": "perf-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64"
},
"product_reference": "bpftool-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x"
},
"product_reference": "bpftool-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64"
},
"product_reference": "bpftool-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.src as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src"
},
"product_reference": "kernel-0:4.18.0-348.el8.src",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-348.el8.noarch as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-348.el8.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64"
},
"product_reference": "perf-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "perf-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x"
},
"product_reference": "perf-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64"
},
"product_reference": "perf-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"relates_to_product_reference": "CRB-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-14615",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2020-01-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1789209"
}
],
"notes": [
{
"category": "description",
"text": "An information disclosure flaw was found in the Linux kernel. The i915 graphics driver lacks control of flow for data structures which may allow a local, authenticated user to disclose information when using ioctl commands with an attached i915 device. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Intel graphics card information leak.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of the Linux kernel as shipped with Red Hat Enterprise Linux 6, 7, 8 and Red Hat Enterprise MRG 2. Future kernel updates for Red Hat Enterprise Linux 6, 7, and 8 may address this issue.\n\nThis has been rated as having Moderate security impact and is not currently planned to be addressed in future updates of Red Hat Enterprise MRG 2.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-14615"
},
{
"category": "external",
"summary": "RHBZ#1789209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-14615",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-14615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14615"
}
],
"release_date": "2020-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Preventing loading of the i915 kernel module will prevent attackers from using this exploit against the system; however, the power management functionality of the card will be disabled and the system may draw additional power. See the kcs \u201cHow do I blacklist a kernel module to prevent it from loading automatically?\u201c (https://access.redhat.com/solutions/41278) for instructions on how to disable a kernel module from autoloading. Graphical displays may also be at low resolution or not work correctly.\n\nThis mitigation may not be suitable if the graphical login functionality is required.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Intel graphics card information leak."
},
{
"cve": "CVE-2019-15794",
"cwe": {
"id": "CWE-672",
"name": "Operation on a Resource after Expiration or Release"
},
"discovery_date": "2020-05-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1831055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. In Overlayfs, vma-\u003evm_file was replaced in the mmap handlers and, on errors, the original value is not restored. A local attacker with special user privilege (or root) can cause a kernel internal information leak. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Overlayfs in the Linux kernel and shiftfs not restoring original value on error leading to a refcount underflow",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-15794"
},
{
"category": "external",
"summary": "RHBZ#1831055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1831055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-15794",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15794"
}
],
"release_date": "2019-11-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Overlayfs in the Linux kernel and shiftfs not restoring original value on error leading to a refcount underflow"
},
{
"cve": "CVE-2020-0427",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1919893"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux pinctrl system. It is possible to trigger an of bounds read due to a use after free. This could lead to local information disclosure with no additional execution privileges needed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out-of-bounds reads in pinctrl subsystem.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-0427"
},
{
"category": "external",
"summary": "RHBZ#1919893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1919893"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-0427",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0427"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-0427",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-0427"
}
],
"release_date": "2020-11-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out-of-bounds reads in pinctrl subsystem."
},
{
"cve": "CVE-2020-24502",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-02-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1930379"
}
],
"notes": [
{
"category": "description",
"text": "Improper input validation in some Intel(R) Ethernet E810 Adapter drivers for Linux may allow an authenticated user to potentially enable a denial of service via local access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Improper input validation in some Intel(R) Ethernet E810 Adapter drivers",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24502"
},
{
"category": "external",
"summary": "RHBZ#1930379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1930379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24502",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24502"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24502",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24502"
}
],
"release_date": "2021-02-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Improper input validation in some Intel(R) Ethernet E810 Adapter drivers"
},
{
"cve": "CVE-2020-24503",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2021-02-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1930381"
}
],
"notes": [
{
"category": "description",
"text": "Insufficient access control in some Intel(R) Ethernet E810 Adapter drivers for Linux may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Insufficient access control in some Intel(R) Ethernet E810 Adapter drivers",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24503"
},
{
"category": "external",
"summary": "RHBZ#1930381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1930381"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24503"
}
],
"release_date": "2021-02-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Insufficient access control in some Intel(R) Ethernet E810 Adapter drivers"
},
{
"cve": "CVE-2020-24504",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1930376"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption in some Intel(R) Ethernet E810 Adapter drivers for Linux may allow an authenticated user to potentially cause a denial of service via local access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Uncontrolled resource consumption in some Intel(R) Ethernet E810 Adapter drivers",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24504"
},
{
"category": "external",
"summary": "RHBZ#1930376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1930376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24504",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24504"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24504",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24504"
},
{
"category": "external",
"summary": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00462.html",
"url": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00462.html"
}
],
"release_date": "2021-02-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Uncontrolled resource consumption in some Intel(R) Ethernet E810 Adapter drivers"
},
{
"cve": "CVE-2020-24586",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2021-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1959642"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernels implementation of wifi fragmentation handling. An attacker with the ability to transmit within the wireless transmission range of an access point can abuse a flaw where previous contents of wifi fragments can be unintentionally transmitted to another device.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Fragmentation cache not cleared on reconnection",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24586"
},
{
"category": "external",
"summary": "RHBZ#1959642",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959642"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24586",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24586"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24586",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24586"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.3f8290e59823.I622a67769ed39257327a362cfc09c812320eb979@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.3f8290e59823.I622a67769ed39257327a362cfc09c812320eb979@changeid/"
}
],
"release_date": "2021-05-12T01:20:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Fragmentation cache not cleared on reconnection"
},
{
"cve": "CVE-2020-24587",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2021-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1959654"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s WiFi implementation. An attacker within the wireless range can abuse a logic flaw in the WiFi implementation by reassembling packets from multiple fragments under different keys, treating them as valid. This flaw allows an attacker to send a fragment under an incorrect key, treating them as a valid fragment under the new key. The highest threat from this vulnerability is to confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Reassembling fragments encrypted under different keys",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24587"
},
{
"category": "external",
"summary": "RHBZ#1959654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959654"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24587",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24587"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24587",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24587"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.3f8290e59823.I622a67769ed39257327a362cfc09c812320eb979@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.3f8290e59823.I622a67769ed39257327a362cfc09c812320eb979@changeid/"
}
],
"release_date": "2021-05-11T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Reassembling fragments encrypted under different keys"
},
{
"cve": "CVE-2020-24588",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1959657"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernels wifi implementation. An attacker within wireless broadcast range can inject custom data into the wireless communication circumventing checks on the data. This can cause the frame to pass checks and be considered a valid frame of a different type.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi frame payload being parsed incorrectly as an L2 frame",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-24588"
},
{
"category": "external",
"summary": "RHBZ#1959657",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959657"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-24588",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-24588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-24588"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.25d93176ddaf.I9e265b597f2cd23eb44573f35b625947b386a9de@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.25d93176ddaf.I9e265b597f2cd23eb44573f35b625947b386a9de@changeid/"
}
],
"release_date": "2021-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi frame payload being parsed incorrectly as an L2 frame"
},
{
"cve": "CVE-2020-26139",
"cwe": {
"id": "CWE-829",
"name": "Inclusion of Functionality from Untrusted Control Sphere"
},
"discovery_date": "2021-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1959663"
}
],
"notes": [
{
"category": "description",
"text": "Frames used for authentication and key management between the AP and connected clients. Some clients may take these redirected frames masquerading as control mechanisms from the AP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Forwarding EAPOL from unauthenticated wifi client",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26139"
},
{
"category": "external",
"summary": "RHBZ#1959663",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959663"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26139",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26139"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26139",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26139"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.cb327ed0cabe.Ib7dcffa2a31f0913d660de65ba3c8aca75b1d10f@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.cb327ed0cabe.Ib7dcffa2a31f0913d660de65ba3c8aca75b1d10f@changeid/"
}
],
"release_date": "2021-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Forwarding EAPOL from unauthenticated wifi client"
},
{
"cve": "CVE-2020-26140",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960490"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Linux kernel. Where the WiFi implementations accept plaintext frames in a protected WiFi network. An adversary can abuse this to inject arbitrary data frames independent of the network configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: accepting plaintext data frames in protected networks",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26140"
},
{
"category": "external",
"summary": "RHBZ#1960490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960490"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26140",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26140"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: accepting plaintext data frames in protected networks"
},
{
"cve": "CVE-2020-26141",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960492"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Linux kernel\u0027s WiFi implementation. An attacker within wireless range can inject a control packet fragment where the kernel does not verify the Message Integrity Check (authenticity) of fragmented TKIP frames.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: not verifying TKIP MIC of fragmented frames",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26141"
},
{
"category": "external",
"summary": "RHBZ#1960492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26141"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.c3f1d42c6746.I795593fcaae941c471425b8c7d5f7bb185d29142@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.c3f1d42c6746.I795593fcaae941c471425b8c7d5f7bb185d29142@changeid/"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: not verifying TKIP MIC of fragmented frames"
},
{
"cve": "CVE-2020-26143",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960496"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Linux kernel, where the WiFi implementations assemble fragments even though some of them were sent in plaintext. This vulnerability can be abused to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: accepting fragmented plaintext frames in protected networks",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26143"
},
{
"category": "external",
"summary": "RHBZ#1960496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26143"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: accepting fragmented plaintext frames in protected networks"
},
{
"cve": "CVE-2020-26144",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960498"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel, where the WiFi implementations accept plaintext A-MSDU frames as long as the first 8 bytes correspond to a valid RFC1042 (ex., LLC/SNAP) header for EAPOL. The highest threat from this vulnerability is to integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: accepting unencrypted A-MSDU frames that start with RFC1042 header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26144"
},
{
"category": "external",
"summary": "RHBZ#1960498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960498"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26144",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26144"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: accepting unencrypted A-MSDU frames that start with RFC1042 header"
},
{
"cve": "CVE-2020-26145",
"cwe": {
"id": "CWE-307",
"name": "Improper Restriction of Excessive Authentication Attempts"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960500"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ath10k_htt_rx_proc_rx_frag_ind_hl in drivers/net/wireless/ath/ath10k/htt_rx.c in the Linux kernel WiFi implementations, where it accepts a second (or subsequent) broadcast fragments even when sent in plaintext and then process them as full unfragmented frames. The highest threat from this vulnerability is to integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: accepting plaintext broadcast fragments as full frames",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26145"
},
{
"category": "external",
"summary": "RHBZ#1960500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960500"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26145",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26145"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.9ca6ca7945a9.I1e18b514590af17c155bda86699bc3a971a8dcf4@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.9ca6ca7945a9.I1e18b514590af17c155bda86699bc3a971a8dcf4@changeid/"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: accepting plaintext broadcast fragments as full frames"
},
{
"cve": "CVE-2020-26146",
"cwe": {
"id": "CWE-307",
"name": "Improper Restriction of Excessive Authentication Attempts"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960502"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Linux kernel, where the WiFi implementation reassemble fragments with non-consecutive packet numbers. An adversary can abuse this to exfiltrate selected fragments. This vulnerability is exploitable when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used. Note that WEP is vulnerable to this attack by design.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: reassembling encrypted fragments with non-consecutive packet numbers",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26146"
},
{
"category": "external",
"summary": "RHBZ#1960502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26146",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26146"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: reassembling encrypted fragments with non-consecutive packet numbers"
},
{
"cve": "CVE-2020-26147",
"cwe": {
"id": "CWE-307",
"name": "Improper Restriction of Excessive Authentication Attempts"
},
"discovery_date": "2021-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1960504"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ieee80211_rx_h_defragment in net/mac80211/rx.c in the Linux Kernel\u0027s WiFi implementation. This vulnerability can be abused to inject packets or exfiltrate selected fragments when another device sends fragmented frames, and the WEP, CCMP, or GCMP data-confidentiality protocol is used. The highest threat from this vulnerability is to integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: reassembling mixed encrypted/plaintext fragments",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-26147"
},
{
"category": "external",
"summary": "RHBZ#1960504",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1960504"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-26147",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26147"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26147",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26147"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-wireless/20210511200110.30c4394bb835.I5acfdb552cc1d20c339c262315950b3eac491397@changeid/",
"url": "https://lore.kernel.org/linux-wireless/20210511200110.30c4394bb835.I5acfdb552cc1d20c339c262315950b3eac491397@changeid/"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: reassembling mixed encrypted/plaintext fragments"
},
{
"acknowledgments": [
{
"names": [
"Daniel Axtens"
],
"organization": "IBM"
}
],
"cve": "CVE-2020-27777",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2020-10-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1900844"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the way RTAS handled memory accesses in userspace to kernel communication. On a locked down (usually due to Secure Boot) guest system running on top of PowerVM or KVM hypervisors (pseries platform) a root like local user could use this flaw to further increase their privileges to that of a running kernel.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: powerpc: RTAS calls can be used to compromise kernel integrity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated as having Moderate impact due to the required privileges and hardware dependencies.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27777"
},
{
"category": "external",
"summary": "RHBZ#1900844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1900844"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27777"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27777",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27777"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?h=next\u0026id=bd59380c5ba4147dcbaad3e582b55ccfd120b764",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?h=next\u0026id=bd59380c5ba4147dcbaad3e582b55ccfd120b764"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2020/10/09/1",
"url": "https://www.openwall.com/lists/oss-security/2020/10/09/1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2020/11/23/2",
"url": "https://www.openwall.com/lists/oss-security/2020/11/23/2"
}
],
"release_date": "2020-10-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: powerpc: RTAS calls can be used to compromise kernel integrity"
},
{
"cve": "CVE-2020-29368",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2020-12-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1903244"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in __split_huge_pmd in mm/huge_memory.c in the Linux kernel. The copy-on-write implementation can grant unintended write access because of a race condition in a THP mapcount check.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: the copy-on-write implementation can grant unintended write access because of a race condition in a THP mapcount check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having Moderateimpact because, based on Red Hat\u0027s assessment, this issue is hard to exploit in practice because the race window is too small for it to be reliable.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-29368"
},
{
"category": "external",
"summary": "RHBZ#1903244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903244"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-29368",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29368"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-29368",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-29368"
}
],
"release_date": "2020-06-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: the copy-on-write implementation can grant unintended write access because of a race condition in a THP mapcount check"
},
{
"cve": "CVE-2020-29660",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2020-12-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1906522"
}
],
"notes": [
{
"category": "description",
"text": "A locking inconsistency issue was discovered in the tty subsystem of the Linux kernel. A local user could use this flaw to read numerical value from memory after free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: locking inconsistency in drivers/tty/tty_io.c and drivers/tty/tty_jobctrl.c can lead to a read-after-free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as having Low impact (Red Hat Enterprise Linux 7) because of the need to have CAP_SYS_TTY_CONFIG privileges.\n\nThis flaw is rated as having Moderate (Red Hat Enterprise Linux 8) impact because of the need to have CAP_SYS_TTY_CONFIG privileges. Red Hat Enterprise Linux 8 enabled unprivileged user/network namespaces by default which can be used to exercise this vulnerability.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-29660"
},
{
"category": "external",
"summary": "RHBZ#1906522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1906522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-29660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29660"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-29660",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-29660"
}
],
"release_date": "2020-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: locking inconsistency in drivers/tty/tty_io.c and drivers/tty/tty_jobctrl.c can lead to a read-after-free"
},
{
"cve": "CVE-2020-36158",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1913348"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. The marvell wifi driver could allow a local attacker to execute arbitrary code via a long SSID value in mwifiex_cmd_802_11_ad_hoc_start function. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: buffer overflow in mwifiex_cmd_802_11_ad_hoc_start function in drivers/net/wireless/marvell/mwifiex/join.c via a long SSID value",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated as having Moderate impact because the attacker needs to be local and privileged enough to be able to initiate ad-hoc WIFI network creation.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36158"
},
{
"category": "external",
"summary": "RHBZ#1913348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913348"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36158",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36158"
}
],
"release_date": "2020-12-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module mwifiex from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: buffer overflow in mwifiex_cmd_802_11_ad_hoc_start function in drivers/net/wireless/marvell/mwifiex/join.c via a long SSID value"
},
{
"cve": "CVE-2020-36312",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2021-04-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1947991"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the KVM hypervisor of the Linux kernel. A memory leak could occur in kvm_io_bus_unregister_dev() upon a kmalloc failure. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: memory leak upon a kmalloc failure in kvm_io_bus_unregister_dev function in virt/kvm/kvm_main.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36312"
},
{
"category": "external",
"summary": "RHBZ#1947991",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947991"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36312",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36312"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36312",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36312"
}
],
"release_date": "2020-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: memory leak upon a kmalloc failure in kvm_io_bus_unregister_dev function in virt/kvm/kvm_main.c"
},
{
"cve": "CVE-2020-36386",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2021-06-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1969489"
}
],
"notes": [
{
"category": "description",
"text": "A flaw out of bounds memory access in the Linux kernel bluetooth subsystem was found in the way when some data being read about the bluetooth device with the hci_extended_inquiry_result_evt call. A local user could use this flaw to crash the system or read some data out of memory bounds that can lead to data confidentiality threat.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: slab out-of-bounds read in hci_extended_inquiry_result_evt() in net/bluetooth/hci_event.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as having a Moderate impact because even the data being read out of memory bounds is written to some cache, it was known before that this data from non-safe source and as result no any sensitive dependencies on this data.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36386"
},
{
"category": "external",
"summary": "RHBZ#1969489",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969489"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36386",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36386"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=51c19bf3d5cfaa66571e4b88ba2a6f6295311101",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=51c19bf3d5cfaa66571e4b88ba2a6f6295311101"
}
],
"release_date": "2020-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module bluetooth from being loaded (if Bluetooth not required for the system). Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: slab out-of-bounds read in hci_extended_inquiry_result_evt() in net/bluetooth/hci_event.c"
},
{
"cve": "CVE-2021-0129",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2021-05-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1965038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. Improper access control in BlueZ may allow an authenticated user to potentially enable information disclosure via adjacent access. The highest threat from this vulnerability is to data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Improper access control in BlueZ may allow information disclosure vulnerability.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-0129"
},
{
"category": "external",
"summary": "RHBZ#1965038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-0129",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-0129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-0129"
}
],
"release_date": "2021-06-08T03:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Improper access control in BlueZ may allow information disclosure vulnerability."
},
{
"cve": "CVE-2021-3348",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2021-01-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1921958"
}
],
"notes": [
{
"category": "description",
"text": "A use after free flaw in the Linux kernel network block device (NBD) subsystem was found in the way user calls an ioctl NBD_SET_SOCK at a certain point during device setup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Use-after-free in ndb_queue_rq() in drivers/block/nbd.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as having a Moderate impact because in the default configuration, the issue can only be triggered by a privileged local user (with access to the nbd device).",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3348"
},
{
"category": "external",
"summary": "RHBZ#1921958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3348"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3348",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3348"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-block/24dff677353e2e30a71d8b66c4dffdbdf77c4dbd.1611595239.git.josef@toxicpanda.com/",
"url": "https://lore.kernel.org/linux-block/24dff677353e2e30a71d8b66c4dffdbdf77c4dbd.1611595239.git.josef@toxicpanda.com/"
}
],
"release_date": "2021-01-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module nbd from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Use-after-free in ndb_queue_rq() in drivers/block/nbd.c"
},
{
"cve": "CVE-2021-3444",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2021-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1942667"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds access flaw was found in the Linux kernel\u0027s implementation of the eBPF code verifier in the way a user running the eBPF script uses mod32 destination register truncation when the source register was known to be 0. This flaw allows a local user to crash the system or possibly escalate their privileges. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bpf verifier incorrect mod32 truncation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as having Moderate impact because of the need to have elevated privileges or non-standard configuration for running BPF script.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3444"
},
{
"category": "external",
"summary": "RHBZ#1942667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1942667"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3444"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3444",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3444"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bpf verifier incorrect mod32 truncation"
},
{
"acknowledgments": [
{
"names": [
"Ryota Shiga"
]
}
],
"cve": "CVE-2021-3489",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-05-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1959559"
}
],
"notes": [
{
"category": "description",
"text": "A flaw out of bound memory write in the Linux kernel BPF subsystem was found in the way user writes to BPF ring buffer too fast, so larger buffer than available memory could be allocated. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel eBPF RINGBUF map oversized allocation",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3489"
},
{
"category": "external",
"summary": "RHBZ#1959559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1959559"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3489",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3489"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3489",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3489"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=4b81ccebaeee885ab1aa1438133f2991e3a2b6ea",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=4b81ccebaeee885ab1aa1438133f2991e3a2b6ea"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/05/11/10",
"url": "https://www.openwall.com/lists/oss-security/2021/05/11/10"
}
],
"release_date": "2021-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel eBPF RINGBUF map oversized allocation"
},
{
"acknowledgments": [
{
"names": [
"HaoXiong, LinMa"
],
"organization": "ckSec"
}
],
"cve": "CVE-2021-3564",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1964139"
}
],
"notes": [
{
"category": "description",
"text": "A flaw double-free memory corruption in the Linux kernel HCI device initialization subsystem was found in the way user attach malicious HCI TTY Bluetooth device. A local user could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free in bluetooth subsystem when the HCI device initialization fails",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is Moderate, because the double free happens during flush procedure, and no use of incorrect data during flush finishing even if double free could happen without kernel crash.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3564"
},
{
"category": "external",
"summary": "RHBZ#1964139",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1964139"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3564"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/05/25/1",
"url": "https://www.openwall.com/lists/oss-security/2021/05/25/1"
}
],
"release_date": "2021-05-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: double free in bluetooth subsystem when the HCI device initialization fails"
},
{
"cve": "CVE-2021-3573",
"cwe": {
"id": "CWE-788",
"name": "Access of Memory Location After End of Buffer"
},
"discovery_date": "2021-05-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1966578"
}
],
"notes": [
{
"category": "description",
"text": "A flaw use-after-free in function hci_sock_bound_ioctl() of the Linux kernel HCI subsystem was found in the way user calls ioct HCIUNBLOCKADDR or other way triggers race condition of the call hci_unregister_dev() together with one of the calls hci_sock_blacklist_add(), hci_sock_blacklist_del(), hci_get_conn_info(), hci_get_auth_info(). A privileged local user could use this flaw to crash the system or escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in function hci_sock_bound_ioctl()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated as having a Moderate impact because of the privileges (CAP_NET_ADMIN in initial namespace) required for exploiting the 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3573"
},
{
"category": "external",
"summary": "RHBZ#1966578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1966578"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3573",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3573"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3573",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3573"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git/commit/?id=e305509e678b3a4af2b3cfd410f409f7cdaabb52",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git/commit/?id=e305509e678b3a4af2b3cfd410f409f7cdaabb52"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/06/08/2",
"url": "https://www.openwall.com/lists/oss-security/2021/06/08/2"
}
],
"release_date": "2021-06-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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 easThe required privileges is CAP_NET_ADMIN capabilities. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.e of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free in function hci_sock_bound_ioctl()"
},
{
"cve": "CVE-2021-3600",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2021-06-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1981954"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s eBPF verification code, where the eBPF 32-bit div/mod source register truncation could lead to out-of-bounds reads and writes. By default, accessing the eBPF verifier is only possible to privileged users with CAP_SYS_ADMIN. This flaw allows a local user who can run eBPF instructions to crash the system or possibly escalate their privileges on the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: eBPF 32-bit source register truncation on div/mod",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3600"
},
{
"category": "external",
"summary": "RHBZ#1981954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1981954"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3600"
},
{
"category": "external",
"summary": "https://lore.kernel.org/patchwork/patch/1379497/",
"url": "https://lore.kernel.org/patchwork/patch/1379497/"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/06/23/1",
"url": "https://www.openwall.com/lists/oss-security/2021/06/23/1"
}
],
"release_date": "2021-06-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: eBPF 32-bit source register truncation on div/mod"
},
{
"cve": "CVE-2021-3635",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-06-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1976946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel netfilter implementation. A user with root (CAP_SYS_ADMIN) access is able to panic the system when issuing netfilter netflow commands",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: flowtable list del corruption with kernel BUG at lib/list_debug.c:50",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3635"
},
{
"category": "external",
"summary": "RHBZ#1976946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1976946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3635"
}
],
"release_date": "2021-08-06T04:47:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: flowtable list del corruption with kernel BUG at lib/list_debug.c:50"
},
{
"cve": "CVE-2021-3659",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2021-05-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1975949"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u2019s IEEE 802.15.4 wireless networking subsystem in the way the user closes the LR-WPAN connection. This flaw allows a local user to crash the system. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3659"
},
{
"category": "external",
"summary": "RHBZ#1975949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1975949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3659",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3659"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1165affd484889d4986cf3b724318935a0b120d8",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1165affd484889d4986cf3b724318935a0b120d8"
}
],
"release_date": "2021-04-06T19:22:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module mac802154 from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c"
},
{
"acknowledgments": [
{
"names": [
"Haoran Luo"
],
"organization": "Chaitin Tech"
}
],
"cve": "CVE-2021-3679",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1989165"
}
],
"notes": [
{
"category": "description",
"text": "A lack of CPU resources in the Linux kernel tracing module functionality was found in the way users use the trace ring buffer in specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: DoS in rb_per_cpu_empty()",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3679"
},
{
"category": "external",
"summary": "RHBZ#1989165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3679",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3679"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/20210723125527.767d1c18@oasis.local.home/",
"url": "https://lore.kernel.org/lkml/20210723125527.767d1c18@oasis.local.home/"
}
],
"release_date": "2021-07-20T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: DoS in rb_per_cpu_empty()"
},
{
"acknowledgments": [
{
"names": [
"Miklos Szeredi"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2021-3732",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-08-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1995249"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s OverlayFS subsystem in the way the user mounts the TmpFS filesystem with OverlayFS. This flaw allows a local user to gain access to hidden files that should not be accessible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: overlayfs: Mounting overlayfs inside an unprivileged user namespace can reveal files",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3732"
},
{
"category": "external",
"summary": "RHBZ#1995249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3732",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3732"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=427215d85e8d",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=427215d85e8d"
}
],
"release_date": "2021-08-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: overlayfs: Mounting overlayfs inside an unprivileged user namespace can reveal files"
},
{
"cve": "CVE-2021-4442",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-08-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2308455"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: add sanity tests to TCP_QUEUE_SEQ\n\nQingyu Li reported a syzkaller bug where the repro\nchanges RCV SEQ _after_ restoring data in the receive queue.\n\nmprotect(0x4aa000, 12288, PROT_READ) = 0\nmmap(0x1ffff000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1ffff000\nmmap(0x20000000, 16777216, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20000000\nmmap(0x21000000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x21000000\nsocket(AF_INET6, SOCK_STREAM, IPPROTO_IP) = 3\nsetsockopt(3, SOL_TCP, TCP_REPAIR, [1], 4) = 0\nconnect(3, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, \"::1\", \u0026sin6_addr), sin6_scope_id=0}, 28) = 0\nsetsockopt(3, SOL_TCP, TCP_REPAIR_QUEUE, [1], 4) = 0\nsendmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base=\"0x0000000000000003\\0\\0\", iov_len=20}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 20\nsetsockopt(3, SOL_TCP, TCP_REPAIR, [0], 4) = 0\nsetsockopt(3, SOL_TCP, TCP_QUEUE_SEQ, [128], 4) = 0\nrecvfrom(3, NULL, 20, 0, NULL, NULL) = -1 ECONNRESET (Connection reset by peer)\n\nsyslog shows:\n[ 111.205099] TCP recvmsg seq # bug 2: copied 80, seq 0, rcvnxt 80, fl 0\n[ 111.207894] WARNING: CPU: 1 PID: 356 at net/ipv4/tcp.c:2343 tcp_recvmsg_locked+0x90e/0x29a0\n\nThis should not be allowed. TCP_QUEUE_SEQ should only be used\nwhen queues are empty.\n\nThis patch fixes this case, and the tx path as well.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tcp: add sanity tests to TCP_QUEUE_SEQ",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is fixed in RHEL-8.5 and above\n~~~\nin (rhel-8.5, rhel-8.6, rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) tcp: add sanity tests to TCP_QUEUE_SEQ\n~~~",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4442"
},
{
"category": "external",
"summary": "RHBZ#2308455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4442",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4442"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4442",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4442"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024082945-CVE-2021-4442-0a5f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024082945-CVE-2021-4442-0a5f@gregkh/T"
}
],
"release_date": "2024-08-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tcp: add sanity tests to TCP_QUEUE_SEQ"
},
{
"acknowledgments": [
{
"names": [
"Loris Reiff"
]
}
],
"cve": "CVE-2021-20194",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2020-12-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1912683"
}
],
"notes": [
{
"category": "description",
"text": "A flaw buffer overflow in the Linux kernel BPF subsystem was found in the way user running BPF script calling getsockopt. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: heap overflow in __cgroup_bpf_run_filter_getsockopt()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as having Moderate impact because of the need to have elevated privileges or non-standard configuration for running BPF script.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20194"
},
{
"category": "external",
"summary": "RHBZ#1912683",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1912683"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20194"
}
],
"release_date": "2021-01-22T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\n\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: heap overflow in __cgroup_bpf_run_filter_getsockopt()"
},
{
"cve": "CVE-2021-20239",
"cwe": {
"id": "CWE-822",
"name": "Untrusted Pointer Dereference"
},
"discovery_date": "2021-02-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1923636"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the BPF protocol. This flaw allows an attacker with a local account to leak information about kernel internal addresses. The highest threat from this vulnerability is to confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: setsockopt System Call Untrusted Pointer Dereference Information Disclosure",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20239"
},
{
"category": "external",
"summary": "RHBZ#1923636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1923636"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20239",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20239"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20239",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20239"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Loading a filter is a privileged (CAP_SYS_ADMIN or root) operation. Once any filter is used, this attack is capable of being used by an unprivileged user. There is no known mitigation that product security finds suitable for this flaw.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.8,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: setsockopt System Call Untrusted Pointer Dereference Information Disclosure"
},
{
"acknowledgments": [
{
"names": [
"Or Cohen"
],
"organization": "Palo Alto Networks"
}
],
"cve": "CVE-2021-23133",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2021-04-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1948772"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in the Linux kernel\u0027s SCTP socket functionality that triggers a race condition. This flaw allows a local user to escalate their privileges on the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Race condition in sctp_destroy_sock list_del",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated as having a Moderate impact because of the privileges required for running the known reproducer. The required privileges are CAP_BPF and CAP_NET_ADMIN capabilities that are disabled by default in Red Hat Enterprise Linux 7. For Red Hat Enterprise Linux 8, the SCTP protocol itself is disabled by default and cannot be used by a user without enablement by an administrator.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23133"
},
{
"category": "external",
"summary": "RHBZ#1948772",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1948772"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23133"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23133",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23133"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b166a20b07382b8bc1dcee2a448715c9c2c81b5b",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b166a20b07382b8bc1dcee2a448715c9c2c81b5b"
}
],
"release_date": "2021-04-18T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module sctp from being loaded (and this is so by default for Red Hat Enterprise Linux 8). Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Race condition in sctp_destroy_sock list_del"
},
{
"cve": "CVE-2021-28950",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-03-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941762"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service in the kernel side of the FUSE functionality can allow a local system to create a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: fuse: stall on CPU can occur because a retry loop continually finds the same bad inode",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28950"
},
{
"category": "external",
"summary": "RHBZ#1941762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28950",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28950"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28950",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28950"
}
],
"release_date": "2021-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "As the FUSE module will be auto-loaded when required, its use can be disabled by preventing the module from loading with the following instructions:\n\n# echo \"install fuse /bin/true\" \u003e\u003e /etc/modprobe.d/disable-fuse.conf\n\nThe system will need to be restarted if the FUSE modules are loaded. In most circumstances, the CIFS kernel modules will be unable to be unloaded while the FUSE filesystems are in use.\n\nIf the system requires this module to work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: fuse: stall on CPU can occur because a retry loop continually finds the same bad inode"
},
{
"cve": "CVE-2021-28971",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2021-03-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941784"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. On some Haswell CPUs, userspace applications (such as perf-fuzzer) can cause a system crash because the PEBS status in a PEBS record is mishandled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: System crash in intel_pmu_drain_pebs_nhm in arch/x86/events/intel/ds.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28971"
},
{
"category": "external",
"summary": "RHBZ#1941784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941784"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28971",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28971"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28971",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28971"
}
],
"release_date": "2021-03-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: System crash in intel_pmu_drain_pebs_nhm in arch/x86/events/intel/ds.c"
},
{
"cve": "CVE-2021-29155",
"cwe": {
"id": "CWE-205",
"name": "Observable Behavioral Discrepancy"
},
"discovery_date": "2021-04-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1951595"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered in retrieve_ptr_limit in kernel/bpf/verifier.c in the Linux kernel mechanism to mitigate speculatively out-of-bounds loads (Spectre mitigation). In this flaw a local, special user privileged (CAP_SYS_ADMIN) BPF program running on affected systems may bypass the protection, and execute speculatively out-of-bounds loads from the kernel memory. This can be abused to extract contents of kernel memory via side-channel.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: protection for sequences of pointer arithmetic operations against speculatively out-of-bounds loads can be bypassed to leak content of kernel memory",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29155"
},
{
"category": "external",
"summary": "RHBZ#1951595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1951595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29155"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29155",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29155"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/04/18/4",
"url": "https://www.openwall.com/lists/oss-security/2021/04/18/4"
}
],
"release_date": "2021-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: protection for sequences of pointer arithmetic operations against speculatively out-of-bounds loads can be bypassed to leak content of kernel memory"
},
{
"cve": "CVE-2021-29646",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-03-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1945345"
}
],
"notes": [
{
"category": "description",
"text": "A flaw buffer overflow in the Linux kernel TIPC protocol functionality was found in the way user uses protocol with encryption enabled. A local user could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: improper input validation in tipc_nl_retrieve_key function in net/tipc/node.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29646"
},
{
"category": "external",
"summary": "RHBZ#1945345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29646"
}
],
"release_date": "2021-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: improper input validation in tipc_nl_retrieve_key function in net/tipc/node.c"
},
{
"cve": "CVE-2021-29650",
"cwe": {
"id": "CWE-366",
"name": "Race Condition within a Thread"
},
"discovery_date": "2021-03-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1945388"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service (DoS) flaw was identified in the Linux kernel due to an incorrect memory barrier in xt_replace_table in net/netfilter/x_tables.c in the netfilter subsystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: lack a full memory barrier upon the assignment of a new table value in net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h may lead to DoS",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29650"
},
{
"category": "external",
"summary": "RHBZ#1945388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29650",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29650"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=175e476b8cdf2a4de7432583b49c871345e4f8a1",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=175e476b8cdf2a4de7432583b49c871345e4f8a1"
}
],
"release_date": "2021-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: lack a full memory barrier upon the assignment of a new table value in net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h may lead to DoS"
},
{
"cve": "CVE-2021-29657",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2021-08-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1995153"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A KVM guest on AMD can launch a nested guest without the Intercept VMRUN control bit by exploiting a TOCTOU vulnerability in nested_svm_vmrun. A malicious guest could use this flaw to gain unrestricted access to host MSRs, possibly leading to guest-to-host escape scenario.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: double fetch in nested_svm_vmrun can lead to unrestricted MSR access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The nested virtualization feature is not enabled by default up to Red Hat Enterprise Linux 8.4. Most importantly, Red Hat currently provides nested virtualization only as a Technology Preview, and is therefore unsupported for production use. For additional details please see https://access.redhat.com/solutions/21101 and https://access.redhat.com/support/offerings/techpreview.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29657"
},
{
"category": "external",
"summary": "RHBZ#1995153",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995153"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29657",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29657"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29657",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29657"
},
{
"category": "external",
"summary": "https://bugs.chromium.org/p/project-zero/issues/detail?id=2177",
"url": "https://bugs.chromium.org/p/project-zero/issues/detail?id=2177"
}
],
"release_date": "2021-03-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "This vulnerability can be mitigated by disabling the nested virtualization feature:\n```\n# modprobe -r kvm_amd\n# modprobe kvm_amd nested=0\n```",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: double fetch in nested_svm_vmrun can lead to unrestricted MSR access"
},
{
"acknowledgments": [
{
"names": [
"Manfred Paul"
],
"organization": "RedRocket CTF team"
}
],
"cve": "CVE-2021-31440",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2021-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1964028"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds access flaw was found in the Linux kernel\u2019s implementation of the eBPF code verifier, where an incorrect register bounds calculation while checking unsigned 32-bit instructions in an eBPF program occurs.. By default accessing the eBPF verifier is only accessible to privileged users with CAP_SYS_ADMIN. The issue results from the lack of proper validation of user-supplied eBPF programs prior to executing them. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: local escalation of privileges in handling of eBPF programs",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-31440"
},
{
"category": "external",
"summary": "RHBZ#1964028",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1964028"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-31440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31440"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31440",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31440"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=10bf4e83167cc68595b85fd73bb91e8f2c086e36",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=10bf4e83167cc68595b85fd73bb91e8f2c086e36"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/blog/2021/5/26/cve-2021-31440-an-incorrect-bounds-calculation-in-the-linux-kernel-ebpf-verifier",
"url": "https://www.zerodayinitiative.com/blog/2021/5/26/cve-2021-31440-an-incorrect-bounds-calculation-in-the-linux-kernel-ebpf-verifier"
}
],
"release_date": "2021-05-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: local escalation of privileges in handling of eBPF programs"
},
{
"cve": "CVE-2021-31829",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-05-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s eBPF verification code. By default, accessing the eBPF verifier is only accessible to privileged users with CAP_SYS_ADMIN. This flaw allows a local user who can insert eBPF instructions, to use the eBPF verifier to abuse a spectre-like flaw and infer all system memory. The highest threat from this vulnerability is to confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: protection of stack pointer against speculative pointer arithmetic can be bypassed to leak content of kernel memory",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-31829"
},
{
"category": "external",
"summary": "RHBZ#1957788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-31829",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31829"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31829",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31829"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 and 8 kernel to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: protection of stack pointer against speculative pointer arithmetic can be bypassed to leak content of kernel memory"
},
{
"cve": "CVE-2021-31916",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2021-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1946965"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel. A bound check failure allows an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash, a leak of internal kernel information, or a privilege escalation problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out of bounds array access in drivers/md/dm-ioctl.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated a Low impact because in the default configuration, the issue can only be triggered by a privileged local user.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-31916"
},
{
"category": "external",
"summary": "RHBZ#1946965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1946965"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-31916",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31916"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31916",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31916"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/4edbe1d7bcffcd6269f3b5eb63f710393ff2ec7a",
"url": "https://github.com/torvalds/linux/commit/4edbe1d7bcffcd6269f3b5eb63f710393ff2ec7a"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2021/q1/268",
"url": "https://seclists.org/oss-sec/2021/q1/268"
}
],
"release_date": "2021-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: out of bounds array access in drivers/md/dm-ioctl.c"
},
{
"cve": "CVE-2021-33033",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2021-05-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1961300"
}
],
"notes": [
{
"category": "description",
"text": "A flaw use-after-free in the Linux kernel CIPSO network packet labeling protocol functionality was found in the way user open local network connection with the usage of the security labeling that is IP option number 134. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Considered to be Moderate rate, because by default CIPSO non-enabled and both no known way to reproduce the attack remotely and both it looks complex if even possible to use the attack in any way apart from crashing the system. For the usage of the inbound CIPSO connections, the administrator have to enable it with netlabelctl utility first. The vulnerability is considered to be for local user, because it can happen only when a local user opens a socket for sending packets, but not during receiving packets.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33033"
},
{
"category": "external",
"summary": "RHBZ#1961300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1961300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33033",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33033"
}
],
"release_date": "2021-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The mitigation would be not allowing CIPSO labeling for the inbound network connections. For the most of the default configurations both for network routers and for the Linux servers itself it is disabled by default.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c"
},
{
"cve": "CVE-2021-33098",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-11-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2068236"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. This flaw allows an attacker who can modify the MTU of a virtualized PCIe device (in a guest, for example) to crash the host system\u2019s kernel if they set the MTU of the VF device to an unsupported value.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Improper input validation in the Intel(R) Ethernet ixgbe driver may allow an authenticated user to potentially enable DoS via local access",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33098"
},
{
"category": "external",
"summary": "RHBZ#2068236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2068236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33098",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33098"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33098",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33098"
}
],
"release_date": "2021-11-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Improper input validation in the Intel(R) Ethernet ixgbe driver may allow an authenticated user to potentially enable DoS via local access"
},
{
"cve": "CVE-2021-33200",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2021-05-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1965458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in kernel/bpf/verifier.c in BPF in the Linux kernel. An incorrect limit is enforced for pointer arithmetic operations which can be abused to perform out-of-bounds reads and writes in kernel memory, leading to local privilege escalation. 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 reads and writes due to enforcing incorrect limits for pointer arithmetic operations by BPF verifier",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33200"
},
{
"category": "external",
"summary": "RHBZ#1965458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33200",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33200"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33200",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33200"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/patch/?id=3d0220f6861d713213b015b582e9f21e5b28d2e0",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/patch/?id=3d0220f6861d713213b015b582e9f21e5b28d2e0"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/patch/?id=a7036191277f9fa68d92f2071ddc38c09b1e5ee5",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/patch/?id=a7036191277f9fa68d92f2071ddc38c09b1e5ee5"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/patch/?id=bb01a1bba579b4b1c5566af24d95f1767859771e",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/patch/?id=bb01a1bba579b4b1c5566af24d95f1767859771e"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/05/27/1",
"url": "https://www.openwall.com/lists/oss-security/2021/05/27/1"
}
],
"release_date": "2021-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out-of-bounds reads and writes due to enforcing incorrect limits for pointer arithmetic operations by BPF verifier"
},
{
"cve": "CVE-2021-46905",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-02-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2266253"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel. This flaw occurs due to an unconditional NULL-pointer dereference on every disconnect in the Linux kernel.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NULL-deref on disconnect regression",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-46905"
},
{
"category": "external",
"summary": "RHBZ#2266253",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266253"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-46905",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-46905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-46905"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024022557-CVE-2021-46905-6507@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024022557-CVE-2021-46905-6507@gregkh/T"
}
],
"release_date": "2024-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: NULL-deref on disconnect regression"
},
{
"cve": "CVE-2021-46983",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-02-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2266906"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in an error-handling function in the Linux kernel\u0027s NVMe driver. This flaw allows an attacker with control over NVMe links to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvmet-rdma: Fix NULL deref when SEND is completed with error",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-46983"
},
{
"category": "external",
"summary": "RHBZ#2266906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266906"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-46983",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-46983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-46983"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024022824-CVE-2021-46983-f808@gregkh/T/#u",
"url": "https://lore.kernel.org/linux-cve-announce/2024022824-CVE-2021-46983-f808@gregkh/T/#u"
}
],
"release_date": "2024-02-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"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 the affected package as soon as possible.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvmet-rdma: Fix NULL deref when SEND is completed with error"
},
{
"cve": "CVE-2021-47011",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-02-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2266847"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: memcontrol: slab: fix obtain a reference to a freeing memcg\n\nPatch series \"Use obj_cgroup APIs to charge kmem pages\", v5.\n\nSince Roman\u0027s series \"The new cgroup slab memory controller\" applied.\nAll slab objects are charged with the new APIs of obj_cgroup. The new\nAPIs introduce a struct obj_cgroup to charge slab objects. It prevents\nlong-living objects from pinning the original memory cgroup in the\nmemory. But there are still some corner objects (e.g. allocations\nlarger than order-1 page on SLUB) which are not charged with the new\nAPIs. Those objects (include the pages which are allocated from buddy\nallocator directly) are charged as kmem pages which still hold a\nreference to the memory cgroup.\n\nE.g. We know that the kernel stack is charged as kmem pages because the\nsize of the kernel stack can be greater than 2 pages (e.g. 16KB on\nx86_64 or arm64). If we create a thread (suppose the thread stack is\ncharged to memory cgroup A) and then move it from memory cgroup A to\nmemory cgroup B. Because the kernel stack of the thread hold a\nreference to the memory cgroup A. The thread can pin the memory cgroup\nA in the memory even if we remove the cgroup A. If we want to see this\nscenario by using the following script. We can see that the system has\nadded 500 dying cgroups (This is not a real world issue, just a script\nto show that the large kmallocs are charged as kmem pages which can pin\nthe memory cgroup in the memory).\n\n\t#!/bin/bash\n\n\tcat /proc/cgroups | grep memory\n\n\tcd /sys/fs/cgroup/memory\n\techo 1 \u003e memory.move_charge_at_immigrate\n\n\tfor i in range{1..500}\n\tdo\n\t\tmkdir kmem_test\n\t\techo $$ \u003e kmem_test/cgroup.procs\n\t\tsleep 3600 \u0026\n\t\techo $$ \u003e cgroup.procs\n\t\techo `cat kmem_test/cgroup.procs` \u003e cgroup.procs\n\t\trmdir kmem_test\n\tdone\n\n\tcat /proc/cgroups | grep memory\n\nThis patchset aims to make those kmem pages to drop the reference to\nmemory cgroup by using the APIs of obj_cgroup. Finally, we can see that\nthe number of the dying cgroups will not increase if we run the above test\nscript.\n\nThis patch (of 7):\n\nThe rcu_read_lock/unlock only can guarantee that the memcg will not be\nfreed, but it cannot guarantee the success of css_get (which is in the\nrefill_stock when cached memcg changed) to memcg.\n\n rcu_read_lock()\n memcg = obj_cgroup_memcg(old)\n __memcg_kmem_uncharge(memcg)\n refill_stock(memcg)\n if (stock-\u003ecached != memcg)\n // css_get can change the ref counter from 0 back to 1.\n css_get(\u0026memcg-\u003ecss)\n rcu_read_unlock()\n\nThis fix is very like the commit:\n\n eefbfa7fd678 (\"mm: memcg/slab: fix use after free in obj_cgroup_charge\")\n\nFix this by holding a reference to the memcg which is passed to the\n__memcg_kmem_uncharge() before calling __memcg_kmem_uncharge().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm: memcontrol: slab: fix obtain a reference to a freeing memcg",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47011"
},
{
"category": "external",
"summary": "RHBZ#2266847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266847"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47011",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47011"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47011",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47011"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024022831-CVE-2021-47011-5b75@gregkh/T/#u",
"url": "https://lore.kernel.org/linux-cve-announce/2024022831-CVE-2021-47011-5b75@gregkh/T/#u"
}
],
"release_date": "2024-02-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"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": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm: memcontrol: slab: fix obtain a reference to a freeing memcg"
},
{
"cve": "CVE-2021-47080",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"discovery_date": "2024-03-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2267533"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/core: Prevent divide-by-zero error triggered by the user\n\nThe user_entry_size is supplied by the user and later used as a\ndenominator to calculate number of entries. The zero supplied by the user\nwill trigger the following divide-by-zero error:\n\n divide error: 0000 [#1] SMP KASAN PTI\n CPU: 4 PID: 497 Comm: c_repro Not tainted 5.13.0-rc1+ #281\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\n RIP: 0010:ib_uverbs_handler_UVERBS_METHOD_QUERY_GID_TABLE+0x1b1/0x510\n Code: 87 59 03 00 00 e8 9f ab 1e ff 48 8d bd a8 00 00 00 e8 d3 70 41 ff 44 0f b7 b5 a8 00 00 00 e8 86 ab 1e ff 31 d2 4c 89 f0 31 ff \u003c49\u003e f7 f5 48 89 d6 48 89 54 24 10 48 89 04 24 e8 1b ad 1e ff 48 8b\n RSP: 0018:ffff88810416f828 EFLAGS: 00010246\n RAX: 0000000000000008 RBX: 1ffff1102082df09 RCX: ffffffff82183f3d\n RDX: 0000000000000000 RSI: ffff888105f2da00 RDI: 0000000000000000\n RBP: ffff88810416fa98 R08: 0000000000000001 R09: ffffed102082df5f\n R10: ffff88810416faf7 R11: ffffed102082df5e R12: 0000000000000000\n R13: 0000000000000000 R14: 0000000000000008 R15: ffff88810416faf0\n FS: 00007f5715efa740(0000) GS:ffff88811a700000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 0000000020000840 CR3: 000000010c2e0001 CR4: 0000000000370ea0\n DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n Call Trace:\n ? ib_uverbs_handler_UVERBS_METHOD_INFO_HANDLES+0x4b0/0x4b0\n ib_uverbs_cmd_verbs+0x1546/0x1940\n ib_uverbs_ioctl+0x186/0x240\n __x64_sys_ioctl+0x38a/0x1220\n do_syscall_64+0x3f/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/core: Prevent divide-by-zero error triggered by the user",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47080"
},
{
"category": "external",
"summary": "RHBZ#2267533",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267533"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47080",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47080"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47080",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47080"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024030142-CVE-2021-47080-eb20@gregkh/T/#u",
"url": "https://lore.kernel.org/linux-cve-announce/2024030142-CVE-2021-47080-eb20@gregkh/T/#u"
}
],
"release_date": "2024-03-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: RDMA/core: Prevent divide-by-zero error triggered by the user"
},
{
"cve": "CVE-2022-20166",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-08-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2122089"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s sysfs layer. This flaw allows a local user who can read files under the /sysfs mount point to corrupt memory or possibly crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: possible buffer overflow in sysfs reading",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-20166"
},
{
"category": "external",
"summary": "RHBZ#2122089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122089"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-20166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-20166"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-20166",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-20166"
}
],
"release_date": "2022-08-15T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: possible buffer overflow in sysfs reading"
},
{
"cve": "CVE-2022-50042",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373691"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the netlink driver in the Linux kernel. A memory leak can occur when allocated memory is not released in certain error cases, potentially impacting system performance and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: genl: fix error path memory leak in policy dumping",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.5, 9.2 and 9.3 via RHSA-2021:4356 [1], RHSA-2023:7370 [2] and RHSA-2023:6583 [3], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2021:4356\n\n[2]. https://access.redhat.com/errata/RHSA-2023:7370\n\n[3]. https://access.redhat.com/errata/RHSA-2023:6583",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50042"
},
{
"category": "external",
"summary": "RHBZ#2373691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373691"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50042"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50042-7d6f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50042-7d6f@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: net: genl: fix error path memory leak in policy dumping"
},
{
"cve": "CVE-2022-50073",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373494"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tap module in the Linux kernel. A NULL pointer dereference can be triggered due to a missing initialization, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: tap: NULL pointer derefence in dev_parse_header_protocol when skb-\u003edev is null",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.5 and 9.5 via RHSA-2021:4356 [1] and RHSA-2024:9315 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2021:4356\n\n[2]. https://access.redhat.com/errata/RHSA-2024:9315",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50073"
},
{
"category": "external",
"summary": "RHBZ#2373494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50073",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50073"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061854-CVE-2022-50073-7199@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061854-CVE-2022-50073-7199@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: tap: NULL pointer derefence in dev_parse_header_protocol when skb-\u003edev is null"
},
{
"cve": "CVE-2023-53578",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401492"
}
],
"notes": [
{
"category": "description",
"text": "An uninitialized memory access flaw was found in the Linux kernel\u0027s QRTR (Qualcomm IPC Router) protocol in the transmit resume handling. When processing RESUME_TX messages, if the packet size is smaller than the expected control structure, the qrtr_tx_resume function reads uninitialized memory from the skb buffer. This can lead to unpredictable behavior, kernel warnings from KMSAN (Kernel Memory Sanitizer), and potential crashes, causing denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "QRTR is a message-based IPC mechanism used in Qualcomm SoCs to communicate between processors and subsystems. The protocol uses control messages for flow control, including QRTR_TYPE_RESUME_TX packets that signal readiness to receive more data. The qrtr_tx_resume function expects these packets to contain at least a full qrtr_ctrl_pkt structure and reads fields from that structure. Meanwhile, qrtr_endpoint_post allocates an skb of size \u0027size\u0027 (from the received message) and sets skb-\u003elen to match. When a malformed or crafted message arrives with type QRTR_TYPE_RESUME_TX but size less than sizeof(struct qrtr_ctrl_pkt), the allocated skb doesn\u0027t contain enough initialized data. When qrtr_tx_resume tries to access fields of the control packet, it reads beyond the initialized portion into whatever random data happened to be in that memory.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53578"
},
{
"category": "external",
"summary": "RHBZ#2401492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53578",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53578"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53578",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53578"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100455-CVE-2023-53578-7dbf@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100455-CVE-2023-53578-7dbf@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()"
},
{
"cve": "CVE-2023-53598",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401500"
}
],
"notes": [
{
"category": "description",
"text": "A missing bounds check flaw was found in the Linux kernel\u0027s Modem Host Interface bus driver in the channel doorbell offset validation logic. \nA local user can trigger this issue on systems with MHI devices (typically Qualcomm modems or wireless cards) by using a device that provides malformed or malicious channel configuration data during initialization, causing an out-of-bounds array access. This leads to kernel memory corruption resulting in a panic or denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bus: mhi: host: Range check CHDBOFF and ERDBOFF",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "MHI devices communicate channel configuration through doorbell offset values (CHDBOFF and ERDBOFF) that index into the device\u0027s register space. The driver reads these offsets from device memory during initialization but historically failed to validate that they fall within legitimate bounds. A malicious device\u2014or a legitimate device with corrupted firmware\u2014can supply offset values that point outside the allocated channel context array. When the driver attempts to use these offsets, it accesses arbitrary kernel memory, typically triggering an immediate panic. Physical access is generally required to connect a malicious device, though in some cases (like M.2 modems) a compromised device firmware could supply bad values.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53598"
},
{
"category": "external",
"summary": "RHBZ#2401500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401500"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53598"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100429-CVE-2023-53598-cbd8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100429-CVE-2023-53598-cbd8@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bus: mhi: host: Range check CHDBOFF and ERDBOFF"
},
{
"cve": "CVE-2023-53607",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401517"
}
],
"notes": [
{
"category": "description",
"text": "An assertion failure was found in the Linux kernel\u0027s Yamaha YMF sound card driver during buffer validation. The probe function includes a BUG_ON assertion that compares DMA buffer sizes without accounting for alignment, causing the assertion to fail when the aligned buffer size doesn\u0027t exactly match the requested size. This triggers a kernel warning and can lead to driver initialization failure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: ymfpci: Fix BUG_ON in probe function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The YMF PCI sound driver allocates DMA buffers for audio operations during device probe. Recent changes to the DMA buffer allocation code made the bytes field reflect the aligned buffer size rather than the exact requested size\u2014this ensures proper memory alignment for DMA operations. However, the snd_ymfpci_create function contains a snd_BUG_ON check that asserts the allocated size exactly matches the requested size. With the new alignment behavior, buffers are typically rounded up to page or cache-line boundaries, causing the sizes to differ slightly. When this happens, the assertion fires, producing kernel warnings and potentially failing driver initialization. While primarily a debug check rather than actual memory corruption, on systems with panic-on-warn enabled or depending on driver initialization behavior, this could prevent the sound card from functioning at all.",
"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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53607"
},
{
"category": "external",
"summary": "RHBZ#2401517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401517"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53607"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53607",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53607"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100432-CVE-2023-53607-9638@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100432-CVE-2023-53607-9638@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:06:54+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.\n\nFor 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.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4356"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the snd_ymfpci module from being loaded. See https://access.redhat.com/solutions/41278 for instructions on blacklisting kernel modules.",
"product_ids": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"BaseOS-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"BaseOS-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:bpftool-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.src",
"CRB-8.5.0.GA:kernel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-abi-stablelists-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-core-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debug-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-doc-0:4.18.0-348.el8.noarch",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-modules-extra-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-tools-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:kernel-tools-libs-devel-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:kernel-zfcpdump-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-core-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-devel-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:perf-debuginfo-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-0:4.18.0-348.el8.x86_64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.aarch64",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.ppc64le",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.s390x",
"CRB-8.5.0.GA:python3-perf-debuginfo-0:4.18.0-348.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ALSA: ymfpci: Fix BUG_ON in probe function"
}
]
}
FKIE_CVE-2019-15794
Vulnerability from fkie_nvd - Published: 2020-04-24 00:15 - Updated: 2024-11-21 04:296.7 (Medium) - CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
| URL | Tags | ||
|---|---|---|---|
| security@ubuntu.com | https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635 | Mailing List, Patch, Third Party Advisory | |
| security@ubuntu.com | https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3 | Mailing List, Patch, Third Party Advisory | |
| security@ubuntu.com | https://usn.ubuntu.com/usn/usn-4208-1 | Third Party Advisory | |
| security@ubuntu.com | https://usn.ubuntu.com/usn/usn-4209-1 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635 | Mailing List, Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3 | Mailing List, Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/usn/usn-4208-1 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/usn/usn-4209-1 | Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | 5.0 | |
| linux | linux_kernel | 5.3 | |
| canonical | ubuntu_linux | 18.04 | |
| canonical | ubuntu_linux | 19.10 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D4300F13-DCE3-40B5-9310-313405468D2F",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:5.3:*:*:*:*:*:*:*",
"matchCriteriaId": "CF8AA5A5-E882-4063-B2BB-C2268685060E",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"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
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow."
},
{
"lang": "es",
"value": "Overlayfs en el kernel de Linux y shiftfs, un parche no upstream para el kernel de Linux incluido en las series de kernel Ubuntu versiones 5.0 y 5.3, ambos reemplazan vma-\u0026gt;vm_file en sus manejadores de mmap. En el error el valor original no se restaura, y se pone la referencia para el archivo al que apunta vm_file. En los n\u00facleos ascendentes esto no es un problema, ya que ninguna de las llamadas que siguen a vm_file despu\u00e9s de call_mmap() devuelve un error. Sin embargo, los parches de aufs cambian mmap_region() para reemplazar el fput() usando una variable local con vma_fput(), la cual fput() vm_file, lo que lleva a un subflujo de recuento."
}
],
"id": "CVE-2019-15794",
"lastModified": "2024-11-21T04:29:28.880",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "HIGH",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 7.2,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.2,
"source": "security@ubuntu.com",
"type": "Secondary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 0.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2020-04-24T00:15:11.933",
"references": [
{
"source": "security@ubuntu.com",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"source": "security@ubuntu.com",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"source": "security@ubuntu.com",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"source": "security@ubuntu.com",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
],
"sourceIdentifier": "security@ubuntu.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-672"
}
],
"source": "security@ubuntu.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-672"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
BDU:2020-02255
Vulnerability from fstec - Published: 08.11.2019{
"CVSS 2.0": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, Canonical Ltd., \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "9 (Debian GNU/Linux), 18.04 LTS (Ubuntu), 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (Astra Linux Special Edition), 2.12 \u00ab\u041e\u0440\u0451\u043b\u00bb (Astra Linux Common Edition), 8 (Debian GNU/Linux), 10 (Debian GNU/Linux), 19.10 (Ubuntu), 8.1 \u00ab\u041b\u0435\u043d\u0438\u043d\u0433\u0440\u0430\u0434\u00bb (Astra Linux Special Edition \u0434\u043b\u044f \u00ab\u042d\u043b\u044c\u0431\u0440\u0443\u0441\u00bb), 5.0 (Linux), 5.3 (Linux), \u0434\u043e 4.9.228 (Linux), \u0434\u043e 2.9 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f Linux:\nhttps://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3\nhttps://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635\n\n\u0414\u043b\u044f Ubuntu:\nhttps://usn.ubuntu.com/4208-1/\nhttps://usn.ubuntu.com/4209-1/\n\n\u0414\u043b\u044f Astra Linux:\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f (\u043f\u0430\u043a\u0435\u0442\u0430 linux) \u0434\u043e 4.19.118-2+deb10u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0437\u0434\u043d\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se16-bulletin-20210730SE16\n\n\u0414\u043b\u044f Debian:\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://security-tracker.debian.org/tracker/CVE-2019-15794\n\n\u0414\u043b\u044f \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx:\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f linux \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 5.15.140-1.oasnova221\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se81-bulletin-20241206SE81\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se81-bulletin-20241206SE81",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "08.11.2019",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "29.01.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "21.05.2020",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2020-02255",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2019-15794",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Debian GNU/Linux, Ubuntu, Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Astra Linux Common Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21164433), Astra Linux Special Edition \u0434\u043b\u044f \u00ab\u042d\u043b\u044c\u0431\u0440\u0443\u0441\u00bb (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u211611156), Linux, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 9 , Canonical Ltd. Ubuntu 18.04 LTS , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Common Edition 2.12 \u00ab\u041e\u0440\u0451\u043b\u00bb (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21164433), \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 8 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 10 , Canonical Ltd. Ubuntu 19.10 , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition \u0434\u043b\u044f \u00ab\u042d\u043b\u044c\u0431\u0440\u0443\u0441\u00bb 8.1 \u00ab\u041b\u0435\u043d\u0438\u043d\u0433\u0440\u0430\u0434\u00bb (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u211611156), \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux 5.0 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux 5.3 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux \u0434\u043e 4.9.228 , \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.9 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u0440\u0430\u0439\u0432\u0435\u0440\u043e\u0432 OverlayFS \u0438 ShiftFS \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 \u043d\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u0435, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438 \u0438\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u0441 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430 \u0435\u0433\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u043b\u0438 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f (CWE-672)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u0440\u0430\u0439\u0432\u0435\u0440\u043e\u0432 OverlayFS \u0438 ShiftFS \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f\u043c\u0438 \u0441 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430 \u0435\u0433\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u043b\u0438 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438 \u0438\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://cxsecurity.com/issue/WLB-2019110082\nhttps://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635\nhttps://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3\nhttps://nvd.nist.gov/vuln/detail/CVE-2019-15794\nhttps://security-tracker.debian.org/tracker/CVE-2019-15794\nhttps://usn.ubuntu.com/4208-1/\nhttps://usn.ubuntu.com/4209-1/\nhttps://wiki.astralinux.ru/astra-linux-se16-bulletin-20210611SE16\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.9/\nhttps://wiki.astralinux.ru/astra-linux-se81-bulletin-20241206SE81\nhttps://wiki.astralinux.ru/astra-linux-se81-bulletin-20241206SE81",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-672",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,5)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,3)"
}
GHSA-33F2-R445-JVQ6
Vulnerability from github – Published: 2022-05-24 17:16 – Updated: 2022-05-24 17:16Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma->vm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.
{
"affected": [],
"aliases": [
"CVE-2019-15794"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-04-24T00:15:00Z",
"severity": "HIGH"
},
"details": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.",
"id": "GHSA-33f2-r445-jvq6",
"modified": "2022-05-24T17:16:24Z",
"published": "2022-05-24T17:16:24Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15794"
},
{
"type": "WEB",
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"type": "WEB",
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"type": "WEB",
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"type": "WEB",
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
],
"schema_version": "1.4.0",
"severity": []
}
GSD-2019-15794
Vulnerability from gsd - Updated: 2023-12-13 01:23{
"GSD": {
"alias": "CVE-2019-15794",
"description": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.",
"id": "GSD-2019-15794",
"references": [
"https://www.suse.com/security/cve/CVE-2019-15794.html",
"https://ubuntu.com/security/CVE-2019-15794",
"https://packetstormsecurity.com/files/cve/CVE-2019-15794"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2019-15794"
],
"details": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.",
"id": "GSD-2019-15794",
"modified": "2023-12-13T01:23:38.645330Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@ubuntu.com",
"DATE_PUBLIC": "2019-11-08T00:00:00.000Z",
"ID": "CVE-2019-15794",
"STATE": "PUBLIC",
"TITLE": "Reference counting error in overlayfs/shiftfs error path when used in conjuction with aufs"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Linux kernel",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "5.3 kernel",
"version_value": "5.3.0-24.26"
},
{
"version_affected": "\u003c",
"version_name": "5.0 kernel",
"version_value": "5.0.0-37.40"
}
]
}
}
]
},
"vendor_name": "Ubuntu"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Jann Horn of Google Project Zero"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-672 Operation on a Resource after Expiration or Release"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635",
"refsource": "MISC",
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"name": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3",
"refsource": "MISC",
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"name": "https://usn.ubuntu.com/usn/usn-4208-1",
"refsource": "MISC",
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"name": "https://usn.ubuntu.com/usn/usn-4209-1",
"refsource": "MISC",
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
]
},
"source": {
"defect": [
"https://bugs.launchpad.net/bugs/1850994"
],
"discovery": "EXTERNAL"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:linux:linux_kernel:5.3:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@ubuntu.com",
"ID": "CVE-2019-15794"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma-\u003evm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-672"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635",
"refsource": "MISC",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635"
},
{
"name": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3",
"refsource": "MISC",
"tags": [
"Mailing List",
"Patch",
"Third Party Advisory"
],
"url": "https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3"
},
{
"name": "https://usn.ubuntu.com/usn/usn-4208-1",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/usn/usn-4208-1"
},
{
"name": "https://usn.ubuntu.com/usn/usn-4209-1",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/usn/usn-4209-1"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 7.2,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"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"
},
"exploitabilityScore": 0.8,
"impactScore": 5.9
}
},
"lastModifiedDate": "2020-05-26T15:18Z",
"publishedDate": "2020-04-24T00:15Z"
}
}
}
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.